Html Css Color HEX #EF7BB9 Persian Pink

📋 copy color: '#EF7BB9'

red 239 ◦ green 123 ◦ blue 185

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

Shades of Persian Pink #EF7BB9

Tints of Persian Pink #EF7BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 43.69%
G = 22.49%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF7BB9 (or 0xEF7BB9) is known color: Persian Pink. HEX triplet: EF, 7B and B9. RGB value is (239,123,185). Sum of RGB (Red+Green+Blue) = 239+123+185=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BB9 is #108446. Grayscale: #A4A4A4. Windows color (decimal): -1082439 or 12155887. OLE color: 12155887.

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

Color convert

RGB 239 123 185 -
CMYK 0 0.49 0.23 0.06
HSL 327.93º 0.78% 0.71% -
HSV(B) 327.93º 0.49% 0.94% -
XYZ 51.44 36.02 50.14 -
YUV 164.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 239 123 185 0 0.49 0.23 0.06 327.93 0.78 0.71
Hex EF 7B B9 0 31 17 6 148 4E 47
Octal 357 173 271 0 61 27 6 510 116 107
Binary 11101111 1111011 10111001 0 110001 10111 110 101001000 1001110 1000111

Color Harmonies of #EF7BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BB9

Black with #EF7BB9

Text Example


Text Example

White with #EF7BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BB9; }

 p { color: rgb(239,123,185); }

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

background-color css

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

 a { background-color: rgb(239,123,185); }

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

border-color css

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

 span { border-color: rgb(239,123,185); }

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