Html Css Color HEX #E12ABB Razzle Dazzle Rose

📋 copy color: '#E12ABB'

red 225 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E12ABB

Tints of Razzle Dazzle Rose #E12ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.25%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 49.56%
G = 9.25%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E12ABB (or 0xE12ABB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and BB. RGB value is (225,42,187). Sum of RGB (Red+Green+Blue) = 225+42+187=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ABB is #1ED544. Grayscale: #707070. Windows color (decimal): -2020677 or 12266209. OLE color: 12266209.

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

Color convert

RGB 225 42 187 -
CMYK 0 0.81 0.17 0.12
HSL 312.46º 0.75% 0.52% -
HSV(B) 312.46º 0.81% 0.88% -
XYZ 40.85 21.25 48.96 -
YUV 113.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 225 42 187 0 0.81 0.17 0.12 312.46 0.75 0.52
Hex E1 2A BB 0 51 11 C 138 4B 34
Octal 341 52 273 0 121 21 14 470 113 64
Binary 11100001 101010 10111011 0 1010001 10001 1100 100111000 1001011 110100

Color Harmonies of #E12ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12ABB

Black with #E12ABB

Text Example


Text Example

White with #E12ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12ABB; }

 p { color: rgb(225,42,187); }

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

background-color css

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

 a { background-color: rgb(225,42,187); }

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

border-color css

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

 span { border-color: rgb(225,42,187); }

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