Html Css Color HEX #E8259F Persian Rose

📋 copy color: '#E8259F'

red 232 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #E8259F

Tints of Persian Rose #E8259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.64%

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

R = 54.21%
G = 8.64%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8259F (or 0xE8259F) is known color: Persian Rose. HEX triplet: E8, 25 and 9F. RGB value is (232,37,159). Sum of RGB (Red+Green+Blue) = 232+37+159=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8259F is #17DA60. Grayscale: #6C6C6C. Windows color (decimal): -1563233 or 10429928. OLE color: 10429928.

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

Color convert

RGB 232 37 159 -
CMYK 0 0.84 0.31 0.09
HSL 322.46º 0.81% 0.53% -
HSV(B) 322.46º 0.84% 0.91% -
XYZ 40.2 20.98 34.73 -
YUV 109.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 232 37 159 0 0.84 0.31 0.09 322.46 0.81 0.53
Hex E8 25 9F 0 54 1F 9 142 51 35
Octal 350 45 237 0 124 37 11 502 121 65
Binary 11101000 100101 10011111 0 1010100 11111 1001 101000010 1010001 110101

Color Harmonies of #E8259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8259F

Black with #E8259F

Text Example


Text Example

White with #E8259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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