Html Css Color HEX #E82C99 Persian Rose

📋 copy color: '#E82C99'

red 232 ◦ green 44 ◦ blue 153

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

Shades of Persian Rose #E82C99

Tints of Persian Rose #E82C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 54.08%
G = 10.26%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E82C99 (or 0xE82C99) is known color: Persian Rose. HEX triplet: E8, 2C and 99. RGB value is (232,44,153). Sum of RGB (Red+Green+Blue) = 232+44+153=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82C99 is #17D366. Grayscale: #707070. Windows color (decimal): -1561447 or 10038504. OLE color: 10038504.

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

Color convert

RGB 232 44 153 -
CMYK 0 0.81 0.34 0.09
HSL 325.21º 0.8% 0.54% -
HSV(B) 325.21º 0.81% 0.91% -
XYZ 39.93 21.26 32.14 -
YUV 112.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 232 44 153 0 0.81 0.34 0.09 325.21 0.8 0.54
Hex E8 2C 99 0 51 22 9 145 50 36
Octal 350 54 231 0 121 42 11 505 120 66
Binary 11101000 101100 10011001 0 1010001 100010 1001 101000101 1010000 110110

Color Harmonies of #E82C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C99

Black with #E82C99

Text Example


Text Example

White with #E82C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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