Html Css Color HEX #E041BE Razzle Dazzle Rose

📋 copy color: '#E041BE'

red 224 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E041BE

Tints of Razzle Dazzle Rose #E041BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 46.76%
G = 13.57%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E041BE (or 0xE041BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and BE. RGB value is (224,65,190). Sum of RGB (Red+Green+Blue) = 224+65+190=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E041BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041BE is #1FBE41. Grayscale: #7E7E7E. Windows color (decimal): -2080322 or 12468704. OLE color: 12468704.

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

Color convert

RGB 224 65 190 -
CMYK 0 0.71 0.15 0.12
HSL 312.83º 0.72% 0.57% -
HSV(B) 312.83º 0.71% 0.88% -
XYZ 41.93 23.35 51.01 -
YUV 126.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 224 65 190 0 0.71 0.15 0.12 312.83 0.72 0.57
Hex E0 41 BE 0 47 F C 139 48 39
Octal 340 101 276 0 107 17 14 471 110 71
Binary 11100000 1000001 10111110 0 1000111 1111 1100 100111001 1001000 111001

Color Harmonies of #E041BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041BE

Black with #E041BE

Text Example


Text Example

White with #E041BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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