Html Css Color HEX #E12FDD Razzle Dazzle Rose

📋 copy color: '#E12FDD'

red 225 ◦ green 47 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E12FDD

Tints of Razzle Dazzle Rose #E12FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.53%

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

R = 45.64%
G = 9.53%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E12FDD (or 0xE12FDD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2F and DD. RGB value is (225,47,221). Sum of RGB (Red+Green+Blue) = 225+47+221=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FDD is #1ED022. Grayscale: #777777. Windows color (decimal): -2019363 or 14495713. OLE color: 14495713.

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

Color convert

RGB 225 47 221 -
CMYK 0 0.79 0.02 0.12
HSL 301.35º 0.75% 0.53% -
HSV(B) 301.35º 0.79% 0.88% -
XYZ 45.12 23.26 70.52 -
YUV 120.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 225 47 221 0 0.79 0.02 0.12 301.35 0.75 0.53
Hex E1 2F DD 0 4F 2 C 12D 4B 35
Octal 341 57 335 0 117 2 14 455 113 65
Binary 11100001 101111 11011101 0 1001111 10 1100 100101101 1001011 110101

Color Harmonies of #E12FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FDD

Black with #E12FDD

Text Example


Text Example

White with #E12FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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