Html Css Color HEX #E82F9C Persian Rose

📋 copy color: '#E82F9C'

red 232 ◦ green 47 ◦ blue 156

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

Shades of Persian Rose #E82F9C

Tints of Persian Rose #E82F9C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.8%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 53.33%
G = 10.8%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E82F9C (or 0xE82F9C) is known color: Persian Rose. HEX triplet: E8, 2F and 9C. RGB value is (232,47,156). Sum of RGB (Red+Green+Blue) = 232+47+156=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F9C is #17D063. Grayscale: #727272. Windows color (decimal): -1560676 or 10235880. OLE color: 10235880.

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

Color convert

RGB 232 47 156 -
CMYK 0 0.80 0.33 0.09
HSL 324.65º 0.8% 0.55% -
HSV(B) 324.65º 0.8% 0.91% -
XYZ 40.3 21.59 33.5 -
YUV 114.74 151.29 211.64 -
System Red Green Blue C M Y K H S L
Decimal 232 47 156 0 0.80 0.33 0.09 324.65 0.8 0.55
Hex E8 2F 9C 0 50 21 9 145 50 37
Octal 350 57 234 0 120 41 11 505 120 67
Binary 11101000 101111 10011100 0 1010000 100001 1001 101000101 1010000 110111

Color Harmonies of #E82F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F9C

Black with #E82F9C

Text Example


Text Example

White with #E82F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F9C; }

 p { color: rgb(232,47,156); }

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

background-color css

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

 a { background-color: rgb(232,47,156); }

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

border-color css

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

 span { border-color: rgb(232,47,156); }

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