Html Css Color HEX #EF309D Persian Rose

📋 copy color: '#EF309D'

red 239 ◦ green 48 ◦ blue 157

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

Shades of Persian Rose #EF309D

Tints of Persian Rose #EF309D

RGB

 RED value IS 239 (93.75% from 255) = 53.83%

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

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

R = 53.83%
G = 10.81%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF309D (or 0xEF309D) is known color: Persian Rose. HEX triplet: EF, 30 and 9D. RGB value is (239,48,157). Sum of RGB (Red+Green+Blue) = 239+48+157=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF309D is #10CF62. Grayscale: #757575. Windows color (decimal): -1101667 or 10301679. OLE color: 10301679.

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

Color convert

RGB 239 48 157 -
CMYK 0 0.80 0.34 0.06
HSL 325.76º 0.86% 0.56% -
HSV(B) 325.76º 0.8% 0.94% -
XYZ 42.74 22.9 34.07 -
YUV 117.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 239 48 157 0 0.80 0.34 0.06 325.76 0.86 0.56
Hex EF 30 9D 0 50 22 6 146 56 38
Octal 357 60 235 0 120 42 6 506 126 70
Binary 11101111 110000 10011101 0 1010000 100010 110 101000110 1010110 111000

Color Harmonies of #EF309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF309D

Black with #EF309D

Text Example


Text Example

White with #EF309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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