Html Css Color HEX #E12BBC Razzle Dazzle Rose

📋 copy color: '#E12BBC'

red 225 ◦ green 43 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E12BBC

Tints of Razzle Dazzle Rose #E12BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 49.34%
G = 9.43%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E12BBC (or 0xE12BBC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and BC. RGB value is (225,43,188). Sum of RGB (Red+Green+Blue) = 225+43+188=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BBC is #1ED443. Grayscale: #717171. Windows color (decimal): -2020420 or 12332001. OLE color: 12332001.

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

Color convert

RGB 225 43 188 -
CMYK 0 0.81 0.16 0.12
HSL 312.2º 0.75% 0.53% -
HSV(B) 312.2º 0.81% 0.88% -
XYZ 40.99 21.37 49.54 -
YUV 113.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 225 43 188 0 0.81 0.16 0.12 312.2 0.75 0.53
Hex E1 2B BC 0 51 10 C 138 4B 35
Octal 341 53 274 0 121 20 14 470 113 65
Binary 11100001 101011 10111100 0 1010001 10000 1100 100111000 1001011 110101

Color Harmonies of #E12BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BBC

Black with #E12BBC

Text Example


Text Example

White with #E12BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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