Html Css Color HEX #EF7BAE Persian Pink

📋 copy color: '#EF7BAE'

red 239 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #EF7BAE

Tints of Persian Pink #EF7BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.46%

R = 44.59%
G = 22.95%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF7BAE (or 0xEF7BAE) is known color: Persian Pink. HEX triplet: EF, 7B and AE. RGB value is (239,123,174). Sum of RGB (Red+Green+Blue) = 239+123+174=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7BAE is #108451. Grayscale: #A3A3A3. Windows color (decimal): -1082450 or 11434991. OLE color: 11434991.

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

Color convert

RGB 239 123 174 -
CMYK 0 0.49 0.27 0.06
HSL 333.62º 0.78% 0.71% -
HSV(B) 333.62º 0.49% 0.94% -
XYZ 50.32 35.57 44.26 -
YUV 163.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 239 123 174 0 0.49 0.27 0.06 333.62 0.78 0.71
Hex EF 7B AE 0 31 1B 6 14E 4E 47
Octal 357 173 256 0 61 33 6 516 116 107
Binary 11101111 1111011 10101110 0 110001 11011 110 101001110 1001110 1000111

Color Harmonies of #EF7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BAE

Black with #EF7BAE

Text Example


Text Example

White with #EF7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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