Html Css Color HEX #EF78BC Persian Pink

📋 copy color: '#EF78BC'

red 239 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #EF78BC

Tints of Persian Pink #EF78BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

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

R = 43.69%
G = 21.94%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF78BC (or 0xEF78BC) is known color: Persian Pink. HEX triplet: EF, 78 and BC. RGB value is (239,120,188). Sum of RGB (Red+Green+Blue) = 239+120+188=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78BC is #108743. Grayscale: #A3A3A3. Windows color (decimal): -1083204 or 12351727. OLE color: 12351727.

HSL color Cylindrical-coordinate representation of color #EF78BC: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78BC is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 120 188 -
CMYK 0 0.50 0.21 0.06
HSL 325.71º 0.79% 0.7% -
HSV(B) 325.71º 0.5% 0.94% -
XYZ 51.39 35.41 51.7 -
YUV 163.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 239 120 188 0 0.50 0.21 0.06 325.71 0.79 0.7
Hex EF 78 BC 0 32 15 6 146 4F 46
Octal 357 170 274 0 62 25 6 506 117 106
Binary 11101111 1111000 10111100 0 110010 10101 110 101000110 1001111 1000110

Color Harmonies of #EF78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78BC

Black with #EF78BC

Text Example


Text Example

White with #EF78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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