Html Css Color HEX #EF1B9F Persian Rose

📋 copy color: '#EF1B9F'

red 239 ◦ green 27 ◦ blue 159

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

Shades of Persian Rose #EF1B9F

Tints of Persian Rose #EF1B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.35%

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

R = 56.24%
G = 6.35%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF1B9F (or 0xEF1B9F) is known color: Persian Rose. HEX triplet: EF, 1B and 9F. RGB value is (239,27,159). Sum of RGB (Red+Green+Blue) = 239+27+159=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9F is #10E460. Grayscale: #696969. Windows color (decimal): -1107041 or 10427375. OLE color: 10427375.

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

Color convert

RGB 239 27 159 -
CMYK 0 0.89 0.33 0.06
HSL 322.64º 0.87% 0.52% -
HSV(B) 322.64º 0.89% 0.94% -
XYZ 42.25 21.64 34.75 -
YUV 105.44 158.24 223.27 -
System Red Green Blue C M Y K H S L
Decimal 239 27 159 0 0.89 0.33 0.06 322.64 0.87 0.52
Hex EF 1B 9F 0 59 21 6 143 57 34
Octal 357 33 237 0 131 41 6 503 127 64
Binary 11101111 11011 10011111 0 1011001 100001 110 101000011 1010111 110100

Color Harmonies of #EF1B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B9F

Black with #EF1B9F

Text Example


Text Example

White with #EF1B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B9F; }

 p { color: rgb(239,27,159); }

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

background-color css

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

 a { background-color: rgb(239,27,159); }

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

border-color css

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

 span { border-color: rgb(239,27,159); }

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