Html Css Color HEX #E82699 Persian Rose

📋 copy color: '#E82699'

red 232 ◦ green 38 ◦ blue 153

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

Shades of Persian Rose #E82699

Tints of Persian Rose #E82699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.98%

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

R = 54.85%
G = 8.98%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E82699 (or 0xE82699) is known color: Persian Rose. HEX triplet: E8, 26 and 99. RGB value is (232,38,153). Sum of RGB (Red+Green+Blue) = 232+38+153=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E82699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82699 is #17D966. Grayscale: #6C6C6C. Windows color (decimal): -1562983 or 10036968. OLE color: 10036968.

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

Color convert

RGB 232 38 153 -
CMYK 0 0.84 0.34 0.09
HSL 324.43º 0.81% 0.53% -
HSV(B) 324.43º 0.84% 0.91% -
XYZ 39.72 20.84 32.07 -
YUV 109.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 232 38 153 0 0.84 0.34 0.09 324.43 0.81 0.53
Hex E8 26 99 0 54 22 9 144 51 35
Octal 350 46 231 0 124 42 11 504 121 65
Binary 11101000 100110 10011001 0 1010100 100010 1001 101000100 1010001 110101

Color Harmonies of #E82699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82699

Black with #E82699

Text Example


Text Example

White with #E82699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82699; }

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

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

background-color css

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

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

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

border-color css

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

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

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