Html Css Color HEX #E82F9E Persian Rose

📋 copy color: '#E82F9E'

red 232 ◦ green 47 ◦ blue 158

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

Shades of Persian Rose #E82F9E

Tints of Persian Rose #E82F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 53.09%
G = 10.76%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E82F9E (or 0xE82F9E) is known color: Persian Rose. HEX triplet: E8, 2F and 9E. RGB value is (232,47,158). Sum of RGB (Red+Green+Blue) = 232+47+158=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F9E is #17D061. Grayscale: #727272. Windows color (decimal): -1560674 or 10366952. OLE color: 10366952.

HSL color Cylindrical-coordinate representation of color #E82F9E: hue angle of 324º 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 #E82F9E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 158 -
CMYK 0 0.80 0.32 0.09
HSL 324º 0.8% 0.55% -
HSV(B) 324º 0.8% 0.91% -
XYZ 40.47 21.66 34.4 -
YUV 114.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 232 47 158 0 0.80 0.32 0.09 324 0.8 0.55
Hex E8 2F 9E 0 50 20 9 144 50 37
Octal 350 57 236 0 120 40 11 504 120 67
Binary 11101000 101111 10011110 0 1010000 100000 1001 101000100 1010000 110111

Color Harmonies of #E82F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82F9E

Black with #E82F9E

Text Example


Text Example

White with #E82F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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