Html Css Color HEX #EF1E9D Persian Rose

📋 copy color: '#EF1E9D'

red 239 ◦ green 30 ◦ blue 157

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

Shades of Persian Rose #EF1E9D

Tints of Persian Rose #EF1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.04%

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

R = 56.1%
G = 7.04%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF1E9D (or 0xEF1E9D) is known color: Persian Rose. HEX triplet: EF, 1E and 9D. RGB value is (239,30,157). Sum of RGB (Red+Green+Blue) = 239+30+157=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9D is #10E162. Grayscale: #6A6A6A. Windows color (decimal): -1106275 or 10297071. OLE color: 10297071.

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

Color convert

RGB 239 30 157 -
CMYK 0 0.87 0.34 0.06
HSL 323.54º 0.87% 0.53% -
HSV(B) 323.54º 0.87% 0.94% -
XYZ 42.15 21.71 33.87 -
YUV 106.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 239 30 157 0 0.87 0.34 0.06 323.54 0.87 0.53
Hex EF 1E 9D 0 57 22 6 144 57 35
Octal 357 36 235 0 127 42 6 504 127 65
Binary 11101111 11110 10011101 0 1010111 100010 110 101000100 1010111 110101

Color Harmonies of #EF1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E9D

Black with #EF1E9D

Text Example


Text Example

White with #EF1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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