Html Css Color HEX #E12AD4 Razzle Dazzle Rose

📋 copy color: '#E12AD4'

red 225 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E12AD4

Tints of Razzle Dazzle Rose #E12AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.26%

R = 46.97%
G = 8.77%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E12AD4 (or 0xE12AD4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2A and D4. RGB value is (225,42,212). Sum of RGB (Red+Green+Blue) = 225+42+212=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AD4 is #1ED52B. Grayscale: #737373. Windows color (decimal): -2020652 or 13904609. OLE color: 13904609.

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

Color convert

RGB 225 42 212 -
CMYK 0 0.81 0.06 0.12
HSL 304.26º 0.75% 0.52% -
HSV(B) 304.26º 0.81% 0.88% -
XYZ 43.76 22.42 64.31 -
YUV 116.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 225 42 212 0 0.81 0.06 0.12 304.26 0.75 0.52
Hex E1 2A D4 0 51 6 C 130 4B 34
Octal 341 52 324 0 121 6 14 460 113 64
Binary 11100001 101010 11010100 0 1010001 110 1100 100110000 1001011 110100

Color Harmonies of #E12AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AD4

Black with #E12AD4

Text Example


Text Example

White with #E12AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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