Html Css Color HEX #EE309D Persian Rose

📋 copy color: '#EE309D'

red 238 ◦ green 48 ◦ blue 157

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

Shades of Persian Rose #EE309D

Tints of Persian Rose #EE309D

RGB

 RED value IS 238 (93.36% from 255) = 53.72%

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

 BLUE value IS 157 (61.72% from 255) = 35.44%

R = 53.72%
G = 10.84%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE309D (or 0xEE309D) is known color: Persian Rose. HEX triplet: EE, 30 and 9D. RGB value is (238,48,157). Sum of RGB (Red+Green+Blue) = 238+48+157=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE309D is #11CF62. Grayscale: #747474. Windows color (decimal): -1167203 or 10301678. OLE color: 10301678.

HSL color Cylindrical-coordinate representation of color #EE309D: hue angle of 325.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE309D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 157 -
CMYK 0 0.80 0.34 0.07
HSL 325.58º 0.85% 0.56% -
HSV(B) 325.58º 0.8% 0.93% -
XYZ 42.4 22.73 34.05 -
YUV 117.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 238 48 157 0 0.80 0.34 0.07 325.58 0.85 0.56
Hex EE 30 9D 0 50 22 7 146 55 38
Octal 356 60 235 0 120 42 7 506 125 70
Binary 11101110 110000 10011101 0 1010000 100010 111 101000110 1010101 111000

Color Harmonies of #EE309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE309D

Black with #EE309D

Text Example


Text Example

White with #EE309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE309D; }

 p { color: rgb(238,48,157); }

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

background-color css

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

 a { background-color: rgb(238,48,157); }

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

border-color css

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

 span { border-color: rgb(238,48,157); }

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