Html Css Color HEX #EF7BBB Persian Pink

📋 copy color: '#EF7BBB'

red 239 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #EF7BBB

Tints of Persian Pink #EF7BBB

RGB

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

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

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

R = 43.53%
G = 22.4%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF7BBB (or 0xEF7BBB) is known color: Persian Pink. HEX triplet: EF, 7B and BB. RGB value is (239,123,187). Sum of RGB (Red+Green+Blue) = 239+123+187=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BBB is #108444. Grayscale: #A4A4A4. Windows color (decimal): -1082437 or 12286959. OLE color: 12286959.

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

Color convert

RGB 239 123 187 -
CMYK 0 0.49 0.22 0.06
HSL 326.9º 0.78% 0.71% -
HSV(B) 326.9º 0.49% 0.94% -
XYZ 51.65 36.1 51.26 -
YUV 164.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 239 123 187 0 0.49 0.22 0.06 326.9 0.78 0.71
Hex EF 7B BB 0 31 16 6 147 4E 47
Octal 357 173 273 0 61 26 6 507 116 107
Binary 11101111 1111011 10111011 0 110001 10110 110 101000111 1001110 1000111

Color Harmonies of #EF7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BBB

Black with #EF7BBB

Text Example


Text Example

White with #EF7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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