Html Css Color HEX #E041B7 Razzle Dazzle Rose

📋 copy color: '#E041B7'

red 224 ◦ green 65 ◦ blue 183

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

Shades of Razzle Dazzle Rose #E041B7

Tints of Razzle Dazzle Rose #E041B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 47.46%
G = 13.77%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E041B7 (or 0xE041B7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and B7. RGB value is (224,65,183). Sum of RGB (Red+Green+Blue) = 224+65+183=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E041B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041B7 is #1FBE48. Grayscale: #7D7D7D. Windows color (decimal): -2080329 or 12009952. OLE color: 12009952.

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

Color convert

RGB 224 65 183 -
CMYK 0 0.71 0.18 0.12
HSL 315.47º 0.72% 0.57% -
HSV(B) 315.47º 0.71% 0.88% -
XYZ 41.18 23.05 47.08 -
YUV 125.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 224 65 183 0 0.71 0.18 0.12 315.47 0.72 0.57
Hex E0 41 B7 0 47 12 C 13B 48 39
Octal 340 101 267 0 107 22 14 473 110 71
Binary 11100000 1000001 10110111 0 1000111 10010 1100 100111011 1001000 111001

Color Harmonies of #E041B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041B7

Black with #E041B7

Text Example


Text Example

White with #E041B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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