Html Css Color HEX #E02CDA Razzle Dazzle Rose

📋 copy color: '#E02CDA'

red 224 ◦ green 44 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E02CDA

Tints of Razzle Dazzle Rose #E02CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.05%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 46.09%
G = 9.05%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E02CDA (or 0xE02CDA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2C and DA. RGB value is (224,44,218). Sum of RGB (Red+Green+Blue) = 224+44+218=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02CDA is #1FD325. Grayscale: #757575. Windows color (decimal): -2085670 or 14298336. OLE color: 14298336.

HSL color Cylindrical-coordinate representation of color #E02CDA: hue angle of 302º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CDA is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 218 -
CMYK 0 0.80 0.03 0.12
HSL 302º 0.74% 0.53% -
HSV(B) 302º 0.8% 0.88% -
XYZ 44.3 22.71 68.38 -
YUV 117.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 224 44 218 0 0.80 0.03 0.12 302 0.74 0.53
Hex E0 2C DA 0 50 3 C 12E 4A 35
Octal 340 54 332 0 120 3 14 456 112 65
Binary 11100000 101100 11011010 0 1010000 11 1100 100101110 1001010 110101

Color Harmonies of #E02CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02CDA

Black with #E02CDA

Text Example


Text Example

White with #E02CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02CDA; }

 p { color: rgb(224,44,218); }

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

background-color css

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

 a { background-color: rgb(224,44,218); }

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

border-color css

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

 span { border-color: rgb(224,44,218); }

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