Html Css Color HEX #EF73BA Persian Pink

📋 copy color: '#EF73BA'

red 239 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #EF73BA

Tints of Persian Pink #EF73BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.3%

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

R = 44.26%
G = 21.3%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF73BA (or 0xEF73BA) is known color: Persian Pink. HEX triplet: EF, 73 and BA. RGB value is (239,115,186). Sum of RGB (Red+Green+Blue) = 239+115+186=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73BA is #108C45. Grayscale: #A0A0A0. Windows color (decimal): -1084486 or 12219375. OLE color: 12219375.

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

Color convert

RGB 239 115 186 -
CMYK 0 0.52 0.22 0.06
HSL 325.65º 0.79% 0.69% -
HSV(B) 325.65º 0.52% 0.94% -
XYZ 50.59 34.16 50.38 -
YUV 160.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 239 115 186 0 0.52 0.22 0.06 325.65 0.79 0.69
Hex EF 73 BA 0 34 16 6 146 4F 45
Octal 357 163 272 0 64 26 6 506 117 105
Binary 11101111 1110011 10111010 0 110100 10110 110 101000110 1001111 1000101

Color Harmonies of #EF73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73BA

Black with #EF73BA

Text Example


Text Example

White with #EF73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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