Html Css Color HEX #E12ADD Razzle Dazzle Rose

📋 copy color: '#E12ADD'

red 225 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E12ADD

Tints of Razzle Dazzle Rose #E12ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 46.11%
G = 8.61%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E12ADD (or 0xE12ADD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and DD. RGB value is (225,42,221). Sum of RGB (Red+Green+Blue) = 225+42+221=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ADD is #1ED522. Grayscale: #747474. Windows color (decimal): -2020643 or 14494433. OLE color: 14494433.

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

Color convert

RGB 225 42 221 -
CMYK 0 0.81 0.02 0.12
HSL 301.31º 0.75% 0.52% -
HSV(B) 301.31º 0.81% 0.88% -
XYZ 44.93 22.88 70.46 -
YUV 117.12 186.63 204.95 -
System Red Green Blue C M Y K H S L
Decimal 225 42 221 0 0.81 0.02 0.12 301.31 0.75 0.52
Hex E1 2A DD 0 51 2 C 12D 4B 34
Octal 341 52 335 0 121 2 14 455 113 64
Binary 11100001 101010 11011101 0 1010001 10 1100 100101101 1001011 110100

Color Harmonies of #E12ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12ADD

Black with #E12ADD

Text Example


Text Example

White with #E12ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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