Html Css Color HEX #E12BDF Razzle Dazzle Rose

📋 copy color: '#E12BDF'

red 225 ◦ green 43 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E12BDF

Tints of Razzle Dazzle Rose #E12BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.76%

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

R = 45.82%
G = 8.76%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E12BDF (or 0xE12BDF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and DF. RGB value is (225,43,223). Sum of RGB (Red+Green+Blue) = 225+43+223=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BDF is #1ED420. Grayscale: #757575. Windows color (decimal): -2020385 or 14625761. OLE color: 14625761.

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

Color convert

RGB 225 43 223 -
CMYK 0 0.81 0.01 0.12
HSL 300.66º 0.75% 0.53% -
HSV(B) 300.66º 0.81% 0.88% -
XYZ 45.23 23.06 71.88 -
YUV 117.94 187.3 204.36 -
System Red Green Blue C M Y K H S L
Decimal 225 43 223 0 0.81 0.01 0.12 300.66 0.75 0.53
Hex E1 2B DF 0 51 1 C 12D 4B 35
Octal 341 53 337 0 121 1 14 455 113 65
Binary 11100001 101011 11011111 0 1010001 1 1100 100101101 1001011 110101

Color Harmonies of #E12BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BDF

Black with #E12BDF

Text Example


Text Example

White with #E12BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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