Html Css Color HEX #E12CE5 Razzle Dazzle Rose

📋 copy color: '#E12CE5'

red 225 ◦ green 44 ◦ blue 229

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

Shades of Razzle Dazzle Rose #E12CE5

Tints of Razzle Dazzle Rose #E12CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.98%

R = 45.18%
G = 8.84%
B = 45.98%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E12CE5 (or 0xE12CE5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and E5. RGB value is (225,44,229). Sum of RGB (Red+Green+Blue) = 225+44+229=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #E12CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CE5 is #1ED31A. Grayscale: #767676. Windows color (decimal): -2020123 or 15019233. OLE color: 15019233.

HSL color Cylindrical-coordinate representation of color #E12CE5: hue angle of 298.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12CE5 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 44 229 -
CMYK 0.02 0.81 0 0.10
HSL 298.7º 0.78% 0.54% -
HSV(B) 298.7º 0.81% 0.9% -
XYZ 46.09 23.47 76.23 -
YUV 119.21 189.97 203.46 -
System Red Green Blue C M Y K H S L
Decimal 225 44 229 0.02 0.81 0 0.10 298.7 0.78 0.54
Hex E1 2C E5 2 51 0 A 12B 4E 36
Octal 341 54 345 2 121 0 12 453 116 66
Binary 11100001 101100 11100101 10 1010001 0 1010 100101011 1001110 110110

Color Harmonies of #E12CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CE5

Black with #E12CE5

Text Example


Text Example

White with #E12CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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