Html Css Color HEX #E12BDA Razzle Dazzle Rose

📋 copy color: '#E12BDA'

red 225 ◦ green 43 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E12BDA

Tints of Razzle Dazzle Rose #E12BDA

RGB

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

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

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

R = 46.3%
G = 8.85%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E12BDA (or 0xE12BDA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and DA. RGB value is (225,43,218). Sum of RGB (Red+Green+Blue) = 225+43+218=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BDA is #1ED425. Grayscale: #747474. Windows color (decimal): -2020390 or 14298081. OLE color: 14298081.

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

Color convert

RGB 225 43 218 -
CMYK 0 0.81 0.03 0.12
HSL 302.31º 0.75% 0.53% -
HSV(B) 302.31º 0.81% 0.88% -
XYZ 44.57 22.8 68.38 -
YUV 117.37 184.8 204.77 -
System Red Green Blue C M Y K H S L
Decimal 225 43 218 0 0.81 0.03 0.12 302.31 0.75 0.53
Hex E1 2B DA 0 51 3 C 12E 4B 35
Octal 341 53 332 0 121 3 14 456 113 65
Binary 11100001 101011 11011010 0 1010001 11 1100 100101110 1001011 110101

Color Harmonies of #E12BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BDA

Black with #E12BDA

Text Example


Text Example

White with #E12BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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