Html Css Color HEX #E041B6 Razzle Dazzle Rose

📋 copy color: '#E041B6'

red 224 ◦ green 65 ◦ blue 182

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

Shades of Razzle Dazzle Rose #E041B6

Tints of Razzle Dazzle Rose #E041B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 47.56%
G = 13.8%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E041B6 (or 0xE041B6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and B6. RGB value is (224,65,182). Sum of RGB (Red+Green+Blue) = 224+65+182=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041B6 is #1FBE49. Grayscale: #7D7D7D. Windows color (decimal): -2080330 or 11944416. OLE color: 11944416.

HSL color Cylindrical-coordinate representation of color #E041B6: hue angle of 315.85º 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 #E041B6 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 182 -
CMYK 0 0.71 0.19 0.12
HSL 315.85º 0.72% 0.57% -
HSV(B) 315.85º 0.71% 0.88% -
XYZ 41.07 23.01 46.53 -
YUV 125.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 224 65 182 0 0.71 0.19 0.12 315.85 0.72 0.57
Hex E0 41 B6 0 47 13 C 13C 48 39
Octal 340 101 266 0 107 23 14 474 110 71
Binary 11100000 1000001 10110110 0 1000111 10011 1100 100111100 1001000 111001

Color Harmonies of #E041B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041B6

Black with #E041B6

Text Example


Text Example

White with #E041B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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