Html Css Color HEX #E12CCA Razzle Dazzle Rose

📋 copy color: '#E12CCA'

red 225 ◦ green 44 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E12CCA

Tints of Razzle Dazzle Rose #E12CCA

RGB

 RED value IS 225 (88.28% from 255) = 47.77%

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

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

R = 47.77%
G = 9.34%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E12CCA (or 0xE12CCA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and CA. RGB value is (225,44,202). Sum of RGB (Red+Green+Blue) = 225+44+202=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CCA is #1ED335. Grayscale: #737373. Windows color (decimal): -2020150 or 13249761. OLE color: 13249761.

HSL color Cylindrical-coordinate representation of color #E12CCA: hue angle of 307.62º degrees, saturation: 0.75, 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 #E12CCA is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 44 202 -
CMYK 0 0.80 0.10 0.12
HSL 307.62º 0.75% 0.53% -
HSV(B) 307.62º 0.8% 0.88% -
XYZ 42.61 22.07 57.89 -
YUV 116.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 225 44 202 0 0.80 0.10 0.12 307.62 0.75 0.53
Hex E1 2C CA 0 50 A C 134 4B 35
Octal 341 54 312 0 120 12 14 464 113 65
Binary 11100001 101100 11001010 0 1010000 1010 1100 100110100 1001011 110101

Color Harmonies of #E12CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CCA

Black with #E12CCA

Text Example


Text Example

White with #E12CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CCA; }

 p { color: rgb(225,44,202); }

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

background-color css

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

 a { background-color: rgb(225,44,202); }

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

border-color css

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

 span { border-color: rgb(225,44,202); }

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