Html Css Color HEX #EF70BC Persian Pink

📋 copy color: '#EF70BC'

red 239 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #EF70BC

Tints of Persian Pink #EF70BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

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

R = 44.34%
G = 20.78%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF70BC (or 0xEF70BC) is known color: Persian Pink. HEX triplet: EF, 70 and BC. RGB value is (239,112,188). Sum of RGB (Red+Green+Blue) = 239+112+188=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70BC is #108F43. Grayscale: #9E9E9E. Windows color (decimal): -1085252 or 12349679. OLE color: 12349679.

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

Color convert

RGB 239 112 188 -
CMYK 0 0.53 0.21 0.06
HSL 324.09º 0.8% 0.69% -
HSV(B) 324.09º 0.53% 0.94% -
XYZ 50.47 33.57 51.4 -
YUV 158.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 239 112 188 0 0.53 0.21 0.06 324.09 0.8 0.69
Hex EF 70 BC 0 35 15 6 144 50 45
Octal 357 160 274 0 65 25 6 504 120 105
Binary 11101111 1110000 10111100 0 110101 10101 110 101000100 1010000 1000101

Color Harmonies of #EF70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70BC

Black with #EF70BC

Text Example


Text Example

White with #EF70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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