Html Css Color HEX #E040C2 Razzle Dazzle Rose

📋 copy color: '#E040C2'

red 224 ◦ green 64 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E040C2

Tints of Razzle Dazzle Rose #E040C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

 BLUE value IS 194 (76.17% from 255) = 40.25%

R = 46.47%
G = 13.28%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E040C2 (or 0xE040C2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and C2. RGB value is (224,64,194). Sum of RGB (Red+Green+Blue) = 224+64+194=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C2 is #1FBF3D. Grayscale: #7E7E7E. Windows color (decimal): -2080574 or 12730592. OLE color: 12730592.

HSL color Cylindrical-coordinate representation of color #E040C2: hue angle of 311.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040C2 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 194 -
CMYK 0 0.71 0.13 0.12
HSL 311.25º 0.72% 0.56% -
HSV(B) 311.25º 0.71% 0.88% -
XYZ 42.31 23.41 53.33 -
YUV 126.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 224 64 194 0 0.71 0.13 0.12 311.25 0.72 0.56
Hex E0 40 C2 0 47 D C 137 48 38
Octal 340 100 302 0 107 15 14 467 110 70
Binary 11100000 1000000 11000010 0 1000111 1101 1100 100110111 1001000 111000

Color Harmonies of #E040C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040C2

Black with #E040C2

Text Example


Text Example

White with #E040C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040C2; }

 p { color: rgb(224,64,194); }

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

background-color css

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

 a { background-color: rgb(224,64,194); }

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

border-color css

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

 span { border-color: rgb(224,64,194); }

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