Html Css Color HEX #E12BCC Razzle Dazzle Rose

📋 copy color: '#E12BCC'

red 225 ◦ green 43 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E12BCC

Tints of Razzle Dazzle Rose #E12BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 47.67%
G = 9.11%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E12BCC (or 0xE12BCC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and CC. RGB value is (225,43,204). Sum of RGB (Red+Green+Blue) = 225+43+204=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BCC is #1ED433. Grayscale: #737373. Windows color (decimal): -2020404 or 13380577. OLE color: 13380577.

HSL color Cylindrical-coordinate representation of color #E12BCC: hue angle of 306.92º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12BCC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 43 204 -
CMYK 0 0.81 0.09 0.12
HSL 306.92º 0.75% 0.53% -
HSV(B) 306.92º 0.81% 0.88% -
XYZ 42.81 22.09 59.13 -
YUV 115.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 225 43 204 0 0.81 0.09 0.12 306.92 0.75 0.53
Hex E1 2B CC 0 51 9 C 133 4B 35
Octal 341 53 314 0 121 11 14 463 113 65
Binary 11100001 101011 11001100 0 1010001 1001 1100 100110011 1001011 110101

Color Harmonies of #E12BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BCC

Black with #E12BCC

Text Example


Text Example

White with #E12BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BCC; }

 p { color: rgb(225,43,204); }

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

background-color css

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

 a { background-color: rgb(225,43,204); }

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

border-color css

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

 span { border-color: rgb(225,43,204); }

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