Html Css Color HEX #E12EDF Razzle Dazzle Rose

📋 copy color: '#E12EDF'

red 225 ◦ green 46 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E12EDF

Tints of Razzle Dazzle Rose #E12EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.31%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 45.55%
G = 9.31%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E12EDF (or 0xE12EDF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and DF. RGB value is (225,46,223). Sum of RGB (Red+Green+Blue) = 225+46+223=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EDF is #1ED120. Grayscale: #777777. Windows color (decimal): -2019617 or 14626529. OLE color: 14626529.

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

Color convert

RGB 225 46 223 -
CMYK 0 0.80 0.01 0.12
HSL 300.67º 0.75% 0.53% -
HSV(B) 300.67º 0.8% 0.88% -
XYZ 45.35 23.29 71.92 -
YUV 119.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 225 46 223 0 0.80 0.01 0.12 300.67 0.75 0.53
Hex E1 2E DF 0 50 1 C 12D 4B 35
Octal 341 56 337 0 120 1 14 455 113 65
Binary 11100001 101110 11011111 0 1010000 1 1100 100101101 1001011 110101

Color Harmonies of #E12EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EDF

Black with #E12EDF

Text Example


Text Example

White with #E12EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EDF; }

 p { color: rgb(225,46,223); }

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

background-color css

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

 a { background-color: rgb(225,46,223); }

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

border-color css

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

 span { border-color: rgb(225,46,223); }

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