Html Css Color HEX #EF7BB7 Persian Pink

📋 copy color: '#EF7BB7'

red 239 ◦ green 123 ◦ blue 183

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

Shades of Persian Pink #EF7BB7

Tints of Persian Pink #EF7BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.58%

R = 43.85%
G = 22.57%
B = 33.58%

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

#EF7BB7 (or 0xEF7BB7) is known color: Persian Pink. HEX triplet: EF, 7B and B7. RGB value is (239,123,183). Sum of RGB (Red+Green+Blue) = 239+123+183=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BB7 is #108448. Grayscale: #A4A4A4. Windows color (decimal): -1082441 or 12024815. OLE color: 12024815.

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

Color convert

RGB 239 123 183 -
CMYK 0 0.49 0.23 0.06
HSL 328.97º 0.78% 0.71% -
HSV(B) 328.97º 0.49% 0.94% -
XYZ 51.23 35.94 49.04 -
YUV 164.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 239 123 183 0 0.49 0.23 0.06 328.97 0.78 0.71
Hex EF 7B B7 0 31 17 6 149 4E 47
Octal 357 173 267 0 61 27 6 511 116 107
Binary 11101111 1111011 10110111 0 110001 10111 110 101001001 1001110 1000111

Color Harmonies of #EF7BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BB7

Black with #EF7BB7

Text Example


Text Example

White with #EF7BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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