Html Css Color HEX #E12AD0 Razzle Dazzle Rose

📋 copy color: '#E12AD0'

red 225 ◦ green 42 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E12AD0

Tints of Razzle Dazzle Rose #E12AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.79%

R = 47.37%
G = 8.84%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E12AD0 (or 0xE12AD0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and D0. RGB value is (225,42,208). Sum of RGB (Red+Green+Blue) = 225+42+208=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AD0 is #1ED52F. Grayscale: #737373. Windows color (decimal): -2020656 or 13642465. OLE color: 13642465.

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

Color convert

RGB 225 42 208 -
CMYK 0 0.81 0.08 0.12
HSL 305.57º 0.75% 0.52% -
HSV(B) 305.57º 0.81% 0.88% -
XYZ 43.26 22.22 61.68 -
YUV 115.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 225 42 208 0 0.81 0.08 0.12 305.57 0.75 0.52
Hex E1 2A D0 0 51 8 C 132 4B 34
Octal 341 52 320 0 121 10 14 462 113 64
Binary 11100001 101010 11010000 0 1010001 1000 1100 100110010 1001011 110100

Color Harmonies of #E12AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AD0

Black with #E12AD0

Text Example


Text Example

White with #E12AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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