Html Css Color HEX #E03CCA Razzle Dazzle Rose

📋 copy color: '#E03CCA'

red 224 ◦ green 60 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E03CCA

Tints of Razzle Dazzle Rose #E03CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

 BLUE value IS 202 (79.3% from 255) = 41.56%

R = 46.09%
G = 12.35%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E03CCA (or 0xE03CCA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3C and CA. RGB value is (224,60,202). Sum of RGB (Red+Green+Blue) = 224+60+202=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CCA is #1FC335. Grayscale: #7C7C7C. Windows color (decimal): -2081590 or 13253856. OLE color: 13253856.

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

Color convert

RGB 224 60 202 -
CMYK 0 0.73 0.10 0.12
HSL 308.05º 0.73% 0.56% -
HSV(B) 308.05º 0.73% 0.88% -
XYZ 43.02 23.34 58.12 -
YUV 125.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 224 60 202 0 0.73 0.10 0.12 308.05 0.73 0.56
Hex E0 3C CA 0 49 A C 134 49 38
Octal 340 74 312 0 111 12 14 464 111 70
Binary 11100000 111100 11001010 0 1001001 1010 1100 100110100 1001001 111000

Color Harmonies of #E03CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CCA

Black with #E03CCA

Text Example


Text Example

White with #E03CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CCA; }

 p { color: rgb(224,60,202); }

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

background-color css

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

 a { background-color: rgb(224,60,202); }

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

border-color css

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

 span { border-color: rgb(224,60,202); }

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