Html Css Color HEX #EF1B9D Persian Rose

📋 copy color: '#EF1B9D'

red 239 ◦ green 27 ◦ blue 157

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

Shades of Persian Rose #EF1B9D

Tints of Persian Rose #EF1B9D

RGB

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

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

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

R = 56.5%
G = 6.38%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF1B9D (or 0xEF1B9D) is known color: Persian Rose. HEX triplet: EF, 1B and 9D. RGB value is (239,27,157). Sum of RGB (Red+Green+Blue) = 239+27+157=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9D is #10E462. Grayscale: #686868. Windows color (decimal): -1107043 or 10296303. OLE color: 10296303.

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

Color convert

RGB 239 27 157 -
CMYK 0 0.89 0.34 0.06
HSL 323.21º 0.87% 0.52% -
HSV(B) 323.21º 0.89% 0.94% -
XYZ 42.07 21.57 33.84 -
YUV 105.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 239 27 157 0 0.89 0.34 0.06 323.21 0.87 0.52
Hex EF 1B 9D 0 59 22 6 143 57 34
Octal 357 33 235 0 131 42 6 503 127 64
Binary 11101111 11011 10011101 0 1011001 100010 110 101000011 1010111 110100

Color Harmonies of #EF1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B9D

Black with #EF1B9D

Text Example


Text Example

White with #EF1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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