Html Css Color HEX #E041B5 Razzle Dazzle Rose

📋 copy color: '#E041B5'

red 224 ◦ green 65 ◦ blue 181

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

Shades of Razzle Dazzle Rose #E041B5

Tints of Razzle Dazzle Rose #E041B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 47.66%
G = 13.83%
B = 38.51%

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

#E041B5 (or 0xE041B5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and B5. RGB value is (224,65,181). Sum of RGB (Red+Green+Blue) = 224+65+181=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041B5 is #1FBE4A. Grayscale: #7D7D7D. Windows color (decimal): -2080331 or 11878880. OLE color: 11878880.

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

Color convert

RGB 224 65 181 -
CMYK 0 0.71 0.19 0.12
HSL 316.23º 0.72% 0.57% -
HSV(B) 316.23º 0.71% 0.88% -
XYZ 40.97 22.96 45.99 -
YUV 125.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 224 65 181 0 0.71 0.19 0.12 316.23 0.72 0.57
Hex E0 41 B5 0 47 13 C 13C 48 39
Octal 340 101 265 0 107 23 14 474 110 71
Binary 11100000 1000001 10110101 0 1000111 10011 1100 100111100 1001000 111001

Color Harmonies of #E041B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041B5

Black with #E041B5

Text Example


Text Example

White with #E041B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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