Html Css Color HEX #EF7FBA Persian Pink

📋 copy color: '#EF7FBA'

red 239 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #EF7FBA

Tints of Persian Pink #EF7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 43.3%
G = 23.01%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF7FBA (or 0xEF7FBA) is known color: Persian Pink. HEX triplet: EF, 7F and BA. RGB value is (239,127,186). Sum of RGB (Red+Green+Blue) = 239+127+186=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FBA is #108045. Grayscale: #A7A7A7. Windows color (decimal): -1081414 or 12222447. OLE color: 12222447.

HSL color Cylindrical-coordinate representation of color #EF7FBA: hue angle of 328.39º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FBA is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 186 -
CMYK 0 0.47 0.22 0.06
HSL 328.39º 0.78% 0.72% -
HSV(B) 328.39º 0.47% 0.94% -
XYZ 52.05 37.07 50.87 -
YUV 167.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 239 127 186 0 0.47 0.22 0.06 328.39 0.78 0.72
Hex EF 7F BA 0 2F 16 6 148 4E 48
Octal 357 177 272 0 57 26 6 510 116 110
Binary 11101111 1111111 10111010 0 101111 10110 110 101001000 1001110 1001000

Color Harmonies of #EF7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FBA

Black with #EF7FBA

Text Example


Text Example

White with #EF7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FBA; }

 p { color: rgb(239,127,186); }

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

background-color css

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

 a { background-color: rgb(239,127,186); }

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

border-color css

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

 span { border-color: rgb(239,127,186); }

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