Html Css Color HEX #E82ABB Razzle Dazzle Rose

📋 copy color: '#E82ABB'

red 232 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E82ABB

Tints of Razzle Dazzle Rose #E82ABB

RGB

 RED value IS 232 (91.02% from 255) = 50.33%

 GREEN value IS 42 (16.8% from 255) = 9.11%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 50.33%
G = 9.11%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E82ABB (or 0xE82ABB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 2A and BB. RGB value is (232,42,187). Sum of RGB (Red+Green+Blue) = 232+42+187=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E82ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82ABB is #17D544. Grayscale: #727272. Windows color (decimal): -1561925 or 12266216. OLE color: 12266216.

HSL color Cylindrical-coordinate representation of color #E82ABB: hue angle of 314.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82ABB is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 42 187 -
CMYK 0 0.82 0.19 0.09
HSL 314.21º 0.81% 0.54% -
HSV(B) 314.21º 0.82% 0.91% -
XYZ 43.08 22.4 49.07 -
YUV 115.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 232 42 187 0 0.82 0.19 0.09 314.21 0.81 0.54
Hex E8 2A BB 0 52 13 9 13A 51 36
Octal 350 52 273 0 122 23 11 472 121 66
Binary 11101000 101010 10111011 0 1010010 10011 1001 100111010 1010001 110110

Color Harmonies of #E82ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82ABB

Black with #E82ABB

Text Example


Text Example

White with #E82ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82ABB; }

 p { color: rgb(232,42,187); }

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

background-color css

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

 a { background-color: rgb(232,42,187); }

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

border-color css

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

 span { border-color: rgb(232,42,187); }

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