Html Css Color HEX #E245B2 Brilliant Rose

📋 copy color: '#E245B2'

red 226 ◦ green 69 ◦ blue 178

#E245B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E245B2

Tints of Brilliant Rose #E245B2

RGB

 RED value IS 226 (88.67% from 255) = 47.78%

 GREEN value IS 69 (27.34% from 255) = 14.59%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 47.78%
G = 14.59%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E245B2 (or 0xE245B2) is known color: Brilliant Rose. HEX triplet: E2, 45 and B2. RGB value is (226,69,178). Sum of RGB (Red+Green+Blue) = 226+69+178=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E245B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245B2 is #1DBA4D. Grayscale: #808080. Windows color (decimal): -1948238 or 11683298. OLE color: 11683298.

HSL color Cylindrical-coordinate representation of color #E245B2: hue angle of 318.34º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245B2 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 178 -
CMYK 0 0.69 0.21 0.11
HSL 318.34º 0.73% 0.58% -
HSV(B) 318.34º 0.69% 0.89% -
XYZ 41.53 23.64 44.49 -
YUV 128.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 226 69 178 0 0.69 0.21 0.11 318.34 0.73 0.58
Hex E2 45 B2 0 45 15 B 13E 49 3A
Octal 342 105 262 0 105 25 13 476 111 72
Binary 11100010 1000101 10110010 0 1000101 10101 1011 100111110 1001001 111010

Color Harmonies of #E245B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E245B2

Black with #E245B2

Text Example


Text Example

White with #E245B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E245B2; }

 p { color: rgb(226,69,178); }

 H1.HeaderClassName
 {
   color: #E245B2;
 }
 .AnyTagClassName
 {
   color: #E245B2;
 }
</style>

background-color css

<style>
 a { background-color: #E245B2; }

 a { background-color: rgb(226,69,178); }

 div.DivClassName
 {
   background-color: #E245B2;
 }
 .BgClassName
 {
   background-color: #E245B2;
 }
</style>

border-color css

<style>
 span { border-color: #E245B2; }

 span { border-color: rgb(226,69,178); }

 td.TdClassName
 {
   border-color: #E245B2;
 }
 .TagClassName
 {
   border-color: #E245B2;
 }
</style>