Html Css Color HEX #EF71BA Persian Pink

📋 copy color: '#EF71BA'

red 239 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #EF71BA

Tints of Persian Pink #EF71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 44.42%
G = 21%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF71BA (or 0xEF71BA) is known color: Persian Pink. HEX triplet: EF, 71 and BA. RGB value is (239,113,186). Sum of RGB (Red+Green+Blue) = 239+113+186=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71BA is #108E45. Grayscale: #9E9E9E. Windows color (decimal): -1084998 or 12218863. OLE color: 12218863.

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

Color convert

RGB 239 113 186 -
CMYK 0 0.53 0.22 0.06
HSL 325.24º 0.8% 0.69% -
HSV(B) 325.24º 0.53% 0.94% -
XYZ 50.36 33.71 50.31 -
YUV 159 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 239 113 186 0 0.53 0.22 0.06 325.24 0.8 0.69
Hex EF 71 BA 0 35 16 6 145 50 45
Octal 357 161 272 0 65 26 6 505 120 105
Binary 11101111 1110001 10111010 0 110101 10110 110 101000101 1010000 1000101

Color Harmonies of #EF71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71BA

Black with #EF71BA

Text Example


Text Example

White with #EF71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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