Html Css Color HEX #EF71BE Persian Pink

📋 copy color: '#EF71BE'

red 239 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #EF71BE

Tints of Persian Pink #EF71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 44.1%
G = 20.85%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF71BE (or 0xEF71BE) is known color: Persian Pink. HEX triplet: EF, 71 and BE. RGB value is (239,113,190). Sum of RGB (Red+Green+Blue) = 239+113+190=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71BE is #108E41. Grayscale: #9F9F9F. Windows color (decimal): -1084994 or 12481007. OLE color: 12481007.

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

Color convert

RGB 239 113 190 -
CMYK 0 0.53 0.21 0.06
HSL 323.33º 0.8% 0.69% -
HSV(B) 323.33º 0.53% 0.94% -
XYZ 50.8 33.88 52.58 -
YUV 159.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 239 113 190 0 0.53 0.21 0.06 323.33 0.8 0.69
Hex EF 71 BE 0 35 15 6 143 50 45
Octal 357 161 276 0 65 25 6 503 120 105
Binary 11101111 1110001 10111110 0 110101 10101 110 101000011 1010000 1000101

Color Harmonies of #EF71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71BE

Black with #EF71BE

Text Example


Text Example

White with #EF71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71BE; }

 p { color: rgb(239,113,190); }

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

background-color css

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

 a { background-color: rgb(239,113,190); }

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

border-color css

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

 span { border-color: rgb(239,113,190); }

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