Html Css Color HEX #EF7AB8 Persian Pink

📋 copy color: '#EF7AB8'

red 239 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #EF7AB8

Tints of Persian Pink #EF7AB8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.39%

 BLUE value IS 184 (72.27% from 255) = 33.76%

R = 43.85%
G = 22.39%
B = 33.76%

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

#EF7AB8 (or 0xEF7AB8) is known color: Persian Pink. HEX triplet: EF, 7A and B8. RGB value is (239,122,184). Sum of RGB (Red+Green+Blue) = 239+122+184=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AB8 is #108547. Grayscale: #A3A3A3. Windows color (decimal): -1082696 or 12090095. OLE color: 12090095.

HSL color Cylindrical-coordinate representation of color #EF7AB8: hue angle of 328.21º degrees, saturation: 0.79, 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 #EF7AB8 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 184 -
CMYK 0 0.49 0.23 0.06
HSL 328.21º 0.79% 0.71% -
HSV(B) 328.21º 0.49% 0.94% -
XYZ 51.21 35.73 49.55 -
YUV 164.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 239 122 184 0 0.49 0.23 0.06 328.21 0.79 0.71
Hex EF 7A B8 0 31 17 6 148 4F 47
Octal 357 172 270 0 61 27 6 510 117 107
Binary 11101111 1111010 10111000 0 110001 10111 110 101001000 1001111 1000111

Color Harmonies of #EF7AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7AB8

Black with #EF7AB8

Text Example


Text Example

White with #EF7AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7AB8; }

 p { color: rgb(239,122,184); }

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

background-color css

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

 a { background-color: rgb(239,122,184); }

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

border-color css

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

 span { border-color: rgb(239,122,184); }

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