Html Css Color HEX #EF7BBA Persian Pink

📋 copy color: '#EF7BBA'

red 239 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #EF7BBA

Tints of Persian Pink #EF7BBA

RGB

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

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

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

R = 43.61%
G = 22.45%
B = 33.94%

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

#EF7BBA (or 0xEF7BBA) is known color: Persian Pink. HEX triplet: EF, 7B and BA. RGB value is (239,123,186). Sum of RGB (Red+Green+Blue) = 239+123+186=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BBA is #108445. Grayscale: #A4A4A4. Windows color (decimal): -1082438 or 12221423. OLE color: 12221423.

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

Color convert

RGB 239 123 186 -
CMYK 0 0.49 0.22 0.06
HSL 327.41º 0.78% 0.71% -
HSV(B) 327.41º 0.49% 0.94% -
XYZ 51.54 36.06 50.7 -
YUV 164.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 239 123 186 0 0.49 0.22 0.06 327.41 0.78 0.71
Hex EF 7B BA 0 31 16 6 147 4E 47
Octal 357 173 272 0 61 26 6 507 116 107
Binary 11101111 1111011 10111010 0 110001 10110 110 101000111 1001110 1000111

Color Harmonies of #EF7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BBA

Black with #EF7BBA

Text Example


Text Example

White with #EF7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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