Html Css Color HEX #EF7EBB Persian Pink

📋 copy color: '#EF7EBB'

red 239 ◦ green 126 ◦ blue 187

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

Shades of Persian Pink #EF7EBB

Tints of Persian Pink #EF7EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 43.3%
G = 22.83%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF7EBB (or 0xEF7EBB) is known color: Persian Pink. HEX triplet: EF, 7E and BB. RGB value is (239,126,187). Sum of RGB (Red+Green+Blue) = 239+126+187=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EBB is #108144. Grayscale: #A6A6A6. Windows color (decimal): -1081669 or 12287727. OLE color: 12287727.

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

Color convert

RGB 239 126 187 -
CMYK 0 0.47 0.22 0.06
HSL 327.61º 0.78% 0.72% -
HSV(B) 327.61º 0.47% 0.94% -
XYZ 52.03 36.86 51.39 -
YUV 166.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 239 126 187 0 0.47 0.22 0.06 327.61 0.78 0.72
Hex EF 7E BB 0 2F 16 6 148 4E 48
Octal 357 176 273 0 57 26 6 510 116 110
Binary 11101111 1111110 10111011 0 101111 10110 110 101001000 1001110 1001000

Color Harmonies of #EF7EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7EBB

Black with #EF7EBB

Text Example


Text Example

White with #EF7EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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