Html Css Color HEX #E12ECB Razzle Dazzle Rose

📋 copy color: '#E12ECB'

red 225 ◦ green 46 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E12ECB

Tints of Razzle Dazzle Rose #E12ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.7%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 47.47%
G = 9.7%
B = 42.83%

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

#E12ECB (or 0xE12ECB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and CB. RGB value is (225,46,203). Sum of RGB (Red+Green+Blue) = 225+46+203=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ECB is #1ED134. Grayscale: #747474. Windows color (decimal): -2019637 or 13315809. OLE color: 13315809.

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

Color convert

RGB 225 46 203 -
CMYK 0 0.80 0.10 0.12
HSL 307.37º 0.75% 0.53% -
HSV(B) 307.37º 0.8% 0.88% -
XYZ 42.81 22.27 58.54 -
YUV 117.42 176.3 204.73 -
System Red Green Blue C M Y K H S L
Decimal 225 46 203 0 0.80 0.10 0.12 307.37 0.75 0.53
Hex E1 2E CB 0 50 A C 133 4B 35
Octal 341 56 313 0 120 12 14 463 113 65
Binary 11100001 101110 11001011 0 1010000 1010 1100 100110011 1001011 110101

Color Harmonies of #E12ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12ECB

Black with #E12ECB

Text Example


Text Example

White with #E12ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12ECB; }

 p { color: rgb(225,46,203); }

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

background-color css

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

 a { background-color: rgb(225,46,203); }

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

border-color css

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

 span { border-color: rgb(225,46,203); }

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