Html Css Color HEX #E12CE3 Razzle Dazzle Rose

📋 copy color: '#E12CE3'

red 225 ◦ green 44 ◦ blue 227

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

Shades of Razzle Dazzle Rose #E12CE3

Tints of Razzle Dazzle Rose #E12CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.77%

R = 45.36%
G = 8.87%
B = 45.77%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E12CE3 (or 0xE12CE3) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2C and E3. RGB value is (225,44,227). Sum of RGB (Red+Green+Blue) = 225+44+227=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #E12CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CE3 is #1ED31C. Grayscale: #767676. Windows color (decimal): -2020125 or 14888161. OLE color: 14888161.

HSL color Cylindrical-coordinate representation of color #E12CE3: hue angle of 299.34º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12CE3 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 44 227 -
CMYK 0.01 0.81 0 0.11
HSL 299.34º 0.77% 0.53% -
HSV(B) 299.34º 0.81% 0.89% -
XYZ 45.82 23.35 74.77 -
YUV 118.98 188.97 203.62 -
System Red Green Blue C M Y K H S L
Decimal 225 44 227 0.01 0.81 0 0.11 299.34 0.77 0.53
Hex E1 2C E3 1 51 0 B 12B 4D 35
Octal 341 54 343 1 121 0 13 453 115 65
Binary 11100001 101100 11100011 1 1010001 0 1011 100101011 1001101 110101

Color Harmonies of #E12CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CE3

Black with #E12CE3

Text Example


Text Example

White with #E12CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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