Html Css Color HEX #EF6FBC Persian Pink

📋 copy color: '#EF6FBC'

red 239 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #EF6FBC

Tints of Persian Pink #EF6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

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

R = 44.42%
G = 20.63%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF6FBC (or 0xEF6FBC) is known color: Persian Pink. HEX triplet: EF, 6F and BC. RGB value is (239,111,188). Sum of RGB (Red+Green+Blue) = 239+111+188=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FBC is #109043. Grayscale: #9D9D9D. Windows color (decimal): -1085508 or 12349423. OLE color: 12349423.

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

Color convert

RGB 239 111 188 -
CMYK 0 0.54 0.21 0.06
HSL 323.91º 0.8% 0.69% -
HSV(B) 323.91º 0.54% 0.94% -
XYZ 50.36 33.35 51.36 -
YUV 158.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 239 111 188 0 0.54 0.21 0.06 323.91 0.8 0.69
Hex EF 6F BC 0 36 15 6 144 50 45
Octal 357 157 274 0 66 25 6 504 120 105
Binary 11101111 1101111 10111100 0 110110 10101 110 101000100 1010000 1000101

Color Harmonies of #EF6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FBC

Black with #EF6FBC

Text Example


Text Example

White with #EF6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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