Html Css Color HEX #EF1E9E Persian Rose

📋 copy color: '#EF1E9E'

red 239 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #EF1E9E

Tints of Persian Rose #EF1E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 55.97%
G = 7.03%
B = 37%

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

#EF1E9E (or 0xEF1E9E) is known color: Persian Rose. HEX triplet: EF, 1E and 9E. RGB value is (239,30,158). Sum of RGB (Red+Green+Blue) = 239+30+158=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1E9E is #10E161. Grayscale: #6A6A6A. Windows color (decimal): -1106274 or 10362607. OLE color: 10362607.

HSL color Cylindrical-coordinate representation of color #EF1E9E: hue angle of 323.25º 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 #EF1E9E is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 30 158 -
CMYK 0 0.87 0.34 0.06
HSL 323.25º 0.87% 0.53% -
HSV(B) 323.25º 0.87% 0.94% -
XYZ 42.23 21.75 34.32 -
YUV 107.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 239 30 158 0 0.87 0.34 0.06 323.25 0.87 0.53
Hex EF 1E 9E 0 57 22 6 143 57 35
Octal 357 36 236 0 127 42 6 503 127 65
Binary 11101111 11110 10011110 0 1010111 100010 110 101000011 1010111 110101

Color Harmonies of #EF1E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E9E

Black with #EF1E9E

Text Example


Text Example

White with #EF1E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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