Html Css Color HEX #E12BBA Razzle Dazzle Rose

📋 copy color: '#E12BBA'

red 225 ◦ green 43 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E12BBA

Tints of Razzle Dazzle Rose #E12BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 49.56%
G = 9.47%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E12BBA (or 0xE12BBA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2B and BA. RGB value is (225,43,186). Sum of RGB (Red+Green+Blue) = 225+43+186=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12BBA is #1ED445. Grayscale: #717171. Windows color (decimal): -2020422 or 12200929. OLE color: 12200929.

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

Color convert

RGB 225 43 186 -
CMYK 0 0.81 0.17 0.12
HSL 312.86º 0.75% 0.53% -
HSV(B) 312.86º 0.81% 0.88% -
XYZ 40.78 21.28 48.41 -
YUV 113.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 225 43 186 0 0.81 0.17 0.12 312.86 0.75 0.53
Hex E1 2B BA 0 51 11 C 139 4B 35
Octal 341 53 272 0 121 21 14 471 113 65
Binary 11100001 101011 10111010 0 1010001 10001 1100 100111001 1001011 110101

Color Harmonies of #E12BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BBA

Black with #E12BBA

Text Example


Text Example

White with #E12BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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