Html Css Color HEX #E24DAF Brilliant Rose

📋 copy color: '#E24DAF'

red 226 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #E24DAF

Tints of Brilliant Rose #E24DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.11%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 47.28%
G = 16.11%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E24DAF (or 0xE24DAF) is known color: Brilliant Rose. HEX triplet: E2, 4D and AF. RGB value is (226,77,175). Sum of RGB (Red+Green+Blue) = 226+77+175=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DAF is #1DB250. Grayscale: #848484. Windows color (decimal): -1946193 or 11488738. OLE color: 11488738.

HSL color Cylindrical-coordinate representation of color #E24DAF: hue angle of 320.54º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DAF is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 175 -
CMYK 0 0.66 0.23 0.11
HSL 320.54º 0.72% 0.59% -
HSV(B) 320.54º 0.66% 0.89% -
XYZ 41.76 24.57 43.1 -
YUV 132.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 226 77 175 0 0.66 0.23 0.11 320.54 0.72 0.59
Hex E2 4D AF 0 42 17 B 141 48 3B
Octal 342 115 257 0 102 27 13 501 110 73
Binary 11100010 1001101 10101111 0 1000010 10111 1011 101000001 1001000 111011

Color Harmonies of #E24DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24DAF

Black with #E24DAF

Text Example


Text Example

White with #E24DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24DAF; }

 p { color: rgb(226,77,175); }

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

background-color css

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

 a { background-color: rgb(226,77,175); }

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

border-color css

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

 span { border-color: rgb(226,77,175); }

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