Html Css Color HEX #E9309F Persian Rose

📋 copy color: '#E9309F'

red 233 ◦ green 48 ◦ blue 159

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

Shades of Persian Rose #E9309F

Tints of Persian Rose #E9309F

RGB

 RED value IS 233 (91.41% from 255) = 52.95%

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 52.95%
G = 10.91%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9309F (or 0xE9309F) is known color: Persian Rose. HEX triplet: E9, 30 and 9F. RGB value is (233,48,159). Sum of RGB (Red+Green+Blue) = 233+48+159=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9309F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9309F is #16CF60. Grayscale: #737373. Windows color (decimal): -1494881 or 10432745. OLE color: 10432745.

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

Color convert

RGB 233 48 159 -
CMYK 0 0.79 0.32 0.09
HSL 324º 0.81% 0.55% -
HSV(B) 324º 0.79% 0.91% -
XYZ 40.92 21.94 34.88 -
YUV 115.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 233 48 159 0 0.79 0.32 0.09 324 0.81 0.55
Hex E9 30 9F 0 4F 20 9 144 51 37
Octal 351 60 237 0 117 40 11 504 121 67
Binary 11101001 110000 10011111 0 1001111 100000 1001 101000100 1010001 110111

Color Harmonies of #E9309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9309F

Black with #E9309F

Text Example


Text Example

White with #E9309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9309F; }

 p { color: rgb(233,48,159); }

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

background-color css

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

 a { background-color: rgb(233,48,159); }

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

border-color css

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

 span { border-color: rgb(233,48,159); }

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