Html Css Color HEX #EF71BC Persian Pink

📋 copy color: '#EF71BC'

red 239 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #EF71BC

Tints of Persian Pink #EF71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 44.26%
G = 20.93%
B = 34.81%

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

#EF71BC (or 0xEF71BC) is known color: Persian Pink. HEX triplet: EF, 71 and BC. RGB value is (239,113,188). Sum of RGB (Red+Green+Blue) = 239+113+188=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71BC is #108E43. Grayscale: #9F9F9F. Windows color (decimal): -1084996 or 12349935. OLE color: 12349935.

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

Color convert

RGB 239 113 188 -
CMYK 0 0.53 0.21 0.06
HSL 324.29º 0.8% 0.69% -
HSV(B) 324.29º 0.53% 0.94% -
XYZ 50.58 33.79 51.43 -
YUV 159.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 239 113 188 0 0.53 0.21 0.06 324.29 0.8 0.69
Hex EF 71 BC 0 35 15 6 144 50 45
Octal 357 161 274 0 65 25 6 504 120 105
Binary 11101111 1110001 10111100 0 110101 10101 110 101000100 1010000 1000101

Color Harmonies of #EF71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71BC

Black with #EF71BC

Text Example


Text Example

White with #EF71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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