Html Css Color HEX #EF73BD Persian Pink

📋 copy color: '#EF73BD'

red 239 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #EF73BD

Tints of Persian Pink #EF73BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 44.01%
G = 21.18%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF73BD (or 0xEF73BD) is known color: Persian Pink. HEX triplet: EF, 73 and BD. RGB value is (239,115,189). Sum of RGB (Red+Green+Blue) = 239+115+189=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73BD is #108C42. Grayscale: #A0A0A0. Windows color (decimal): -1084483 or 12415983. OLE color: 12415983.

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

Color convert

RGB 239 115 189 -
CMYK 0 0.52 0.21 0.06
HSL 324.19º 0.79% 0.69% -
HSV(B) 324.19º 0.52% 0.94% -
XYZ 50.91 34.29 52.08 -
YUV 160.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 239 115 189 0 0.52 0.21 0.06 324.19 0.79 0.69
Hex EF 73 BD 0 34 15 6 144 4F 45
Octal 357 163 275 0 64 25 6 504 117 105
Binary 11101111 1110011 10111101 0 110100 10101 110 101000100 1001111 1000101

Color Harmonies of #EF73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73BD

Black with #EF73BD

Text Example


Text Example

White with #EF73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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