Html Css Color HEX #E041C0 Razzle Dazzle Rose

📋 copy color: '#E041C0'

red 224 ◦ green 65 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E041C0

Tints of Razzle Dazzle Rose #E041C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 46.57%
G = 13.51%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E041C0 (or 0xE041C0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 41 and C0. RGB value is (224,65,192). Sum of RGB (Red+Green+Blue) = 224+65+192=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E041C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041C0 is #1FBE3F. Grayscale: #7E7E7E. Windows color (decimal): -2080320 or 12599776. OLE color: 12599776.

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

Color convert

RGB 224 65 192 -
CMYK 0 0.71 0.14 0.12
HSL 312.08º 0.72% 0.57% -
HSV(B) 312.08º 0.71% 0.88% -
XYZ 42.15 23.43 52.17 -
YUV 127.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 224 65 192 0 0.71 0.14 0.12 312.08 0.72 0.57
Hex E0 41 C0 0 47 E C 138 48 39
Octal 340 101 300 0 107 16 14 470 110 71
Binary 11100000 1000001 11000000 0 1000111 1110 1100 100111000 1001000 111001

Color Harmonies of #E041C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041C0

Black with #E041C0

Text Example


Text Example

White with #E041C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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