Html Css Color HEX #EF7BBE Persian Pink

📋 copy color: '#EF7BBE'

red 239 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #EF7BBE

Tints of Persian Pink #EF7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 43.3%
G = 22.28%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF7BBE (or 0xEF7BBE) is known color: Persian Pink. HEX triplet: EF, 7B and BE. RGB value is (239,123,190). Sum of RGB (Red+Green+Blue) = 239+123+190=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BBE is #108441. Grayscale: #A5A5A5. Windows color (decimal): -1082434 or 12483567. OLE color: 12483567.

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

Color convert

RGB 239 123 190 -
CMYK 0 0.49 0.21 0.06
HSL 325.34º 0.78% 0.71% -
HSV(B) 325.34º 0.49% 0.94% -
XYZ 51.97 36.23 52.97 -
YUV 165.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 239 123 190 0 0.49 0.21 0.06 325.34 0.78 0.71
Hex EF 7B BE 0 31 15 6 145 4E 47
Octal 357 173 276 0 61 25 6 505 116 107
Binary 11101111 1111011 10111110 0 110001 10101 110 101000101 1001110 1000111

Color Harmonies of #EF7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BBE

Black with #EF7BBE

Text Example


Text Example

White with #EF7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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