Html Css Color HEX #E041B9 Razzle Dazzle Rose

📋 copy color: '#E041B9'

red 224 ◦ green 65 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E041B9

Tints of Razzle Dazzle Rose #E041B9

RGB

 RED value IS 224 (87.89% from 255) = 47.26%

 GREEN value IS 65 (25.78% from 255) = 13.71%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 47.26%
G = 13.71%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E041B9 (or 0xE041B9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and B9. RGB value is (224,65,185). Sum of RGB (Red+Green+Blue) = 224+65+185=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041B9 is #1FBE46. Grayscale: #7D7D7D. Windows color (decimal): -2080327 or 12141024. OLE color: 12141024.

HSL color Cylindrical-coordinate representation of color #E041B9: hue angle of 314.72º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041B9 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 185 -
CMYK 0 0.71 0.17 0.12
HSL 314.72º 0.72% 0.57% -
HSV(B) 314.72º 0.71% 0.88% -
XYZ 41.39 23.13 48.18 -
YUV 126.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 224 65 185 0 0.71 0.17 0.12 314.72 0.72 0.57
Hex E0 41 B9 0 47 11 C 13B 48 39
Octal 340 101 271 0 107 21 14 473 110 71
Binary 11100000 1000001 10111001 0 1000111 10001 1100 100111011 1001000 111001

Color Harmonies of #E041B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041B9

Black with #E041B9

Text Example


Text Example

White with #E041B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041B9; }

 p { color: rgb(224,65,185); }

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

background-color css

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

 a { background-color: rgb(224,65,185); }

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

border-color css

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

 span { border-color: rgb(224,65,185); }

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