Html Css Color HEX #E82299 Persian Rose

📋 copy color: '#E82299'

red 232 ◦ green 34 ◦ blue 153

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

Shades of Persian Rose #E82299

Tints of Persian Rose #E82299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.11%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 55.37%
G = 8.11%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E82299 (or 0xE82299) is known color: Persian Rose. HEX triplet: E8, 22 and 99. RGB value is (232,34,153). Sum of RGB (Red+Green+Blue) = 232+34+153=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E82299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82299 is #17DD66. Grayscale: #6A6A6A. Windows color (decimal): -1564007 or 10035944. OLE color: 10035944.

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

Color convert

RGB 232 34 153 -
CMYK 0 0.85 0.34 0.09
HSL 323.94º 0.81% 0.52% -
HSV(B) 323.94º 0.85% 0.91% -
XYZ 39.6 20.6 32.03 -
YUV 106.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 232 34 153 0 0.85 0.34 0.09 323.94 0.81 0.52
Hex E8 22 99 0 55 22 9 144 51 34
Octal 350 42 231 0 125 42 11 504 121 64
Binary 11101000 100010 10011001 0 1010101 100010 1001 101000100 1010001 110100

Color Harmonies of #E82299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82299

Black with #E82299

Text Example


Text Example

White with #E82299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82299; }

 p { color: rgb(232,34,153); }

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

background-color css

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

 a { background-color: rgb(232,34,153); }

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

border-color css

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

 span { border-color: rgb(232,34,153); }

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