Html Css Color HEX #E12BDD Razzle Dazzle Rose

📋 copy color: '#E12BDD'

red 225 ◦ green 43 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E12BDD

Tints of Razzle Dazzle Rose #E12BDD

RGB

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

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

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

R = 46.01%
G = 8.79%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E12BDD (or 0xE12BDD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and DD. RGB value is (225,43,221). Sum of RGB (Red+Green+Blue) = 225+43+221=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BDD is #1ED422. Grayscale: #757575. Windows color (decimal): -2020387 or 14494689. OLE color: 14494689.

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

Color convert

RGB 225 43 221 -
CMYK 0 0.81 0.02 0.12
HSL 301.32º 0.75% 0.53% -
HSV(B) 301.32º 0.81% 0.88% -
XYZ 44.97 22.96 70.47 -
YUV 117.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 225 43 221 0 0.81 0.02 0.12 301.32 0.75 0.53
Hex E1 2B DD 0 51 2 C 12D 4B 35
Octal 341 53 335 0 121 2 14 455 113 65
Binary 11100001 101011 11011101 0 1010001 10 1100 100101101 1001011 110101

Color Harmonies of #E12BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BDD

Black with #E12BDD

Text Example


Text Example

White with #E12BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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