Html Css Color HEX #E12DDA Razzle Dazzle Rose

📋 copy color: '#E12DDA'

red 225 ◦ green 45 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E12DDA

Tints of Razzle Dazzle Rose #E12DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.22%

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 46.11%
G = 9.22%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12DDA (or 0xE12DDA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2D and DA. RGB value is (225,45,218). Sum of RGB (Red+Green+Blue) = 225+45+218=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DDA is #1ED225. Grayscale: #767676. Windows color (decimal): -2019878 or 14298593. OLE color: 14298593.

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

Color convert

RGB 225 45 218 -
CMYK 0 0.8 0.03 0.12
HSL 302.33º 0.75% 0.53% -
HSV(B) 302.33º 0.8% 0.88% -
XYZ 44.64 22.95 68.41 -
YUV 118.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 225 45 218 0 0.8 0.03 0.12 302.33 0.75 0.53
Hex E1 2D DA 0 50 3 C 12E 4B 35
Octal 341 55 332 0 120 3 14 456 113 65
Binary 11100001 101101 11011010 0 1010000 11 1100 100101110 1001011 110101

Color Harmonies of #E12DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DDA

Black with #E12DDA

Text Example


Text Example

White with #E12DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DDA; }

 p { color: rgb(225,45,218); }

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

background-color css

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

 a { background-color: rgb(225,45,218); }

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

border-color css

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

 span { border-color: rgb(225,45,218); }

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