Html Css Color HEX #E8279F Persian Rose

📋 copy color: '#E8279F'

red 232 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #E8279F

Tints of Persian Rose #E8279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 53.95%
G = 9.07%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8279F (or 0xE8279F) is known color: Persian Rose. HEX triplet: E8, 27 and 9F. RGB value is (232,39,159). Sum of RGB (Red+Green+Blue) = 232+39+159=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E8279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8279F is #17D860. Grayscale: #6E6E6E. Windows color (decimal): -1562721 or 10430440. OLE color: 10430440.

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

Color convert

RGB 232 39 159 -
CMYK 0 0.83 0.31 0.09
HSL 322.69º 0.81% 0.53% -
HSV(B) 322.69º 0.83% 0.91% -
XYZ 40.26 21.11 34.75 -
YUV 110.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 232 39 159 0 0.83 0.31 0.09 322.69 0.81 0.53
Hex E8 27 9F 0 53 1F 9 143 51 35
Octal 350 47 237 0 123 37 11 503 121 65
Binary 11101000 100111 10011111 0 1010011 11111 1001 101000011 1010001 110101

Color Harmonies of #E8279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8279F

Black with #E8279F

Text Example


Text Example

White with #E8279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8279F; }

 p { color: rgb(232,39,159); }

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

background-color css

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

 a { background-color: rgb(232,39,159); }

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

border-color css

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

 span { border-color: rgb(232,39,159); }

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