Html Css Color HEX #EF7EBF Persian Pink

📋 copy color: '#EF7EBF'

red 239 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #EF7EBF

Tints of Persian Pink #EF7EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.66%

 BLUE value IS 191 (75% from 255) = 34.35%

R = 42.99%
G = 22.66%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF7EBF (or 0xEF7EBF) is known color: Persian Pink. HEX triplet: EF, 7E and BF. RGB value is (239,126,191). Sum of RGB (Red+Green+Blue) = 239+126+191=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EBF is #108140. Grayscale: #A7A7A7. Windows color (decimal): -1081665 or 12549871. OLE color: 12549871.

HSL color Cylindrical-coordinate representation of color #EF7EBF: hue angle of 325.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7EBF is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 191 -
CMYK 0 0.47 0.20 0.06
HSL 325.49º 0.78% 0.72% -
HSV(B) 325.49º 0.47% 0.94% -
XYZ 52.46 37.03 53.67 -
YUV 167.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 239 126 191 0 0.47 0.20 0.06 325.49 0.78 0.72
Hex EF 7E BF 0 2F 14 6 145 4E 48
Octal 357 176 277 0 57 24 6 505 116 110
Binary 11101111 1111110 10111111 0 101111 10100 110 101000101 1001110 1001000

Color Harmonies of #EF7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EBF

Black with #EF7EBF

Text Example


Text Example

White with #EF7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EBF; }

 p { color: rgb(239,126,191); }

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

background-color css

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

 a { background-color: rgb(239,126,191); }

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

border-color css

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

 span { border-color: rgb(239,126,191); }

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