Html Css Color HEX #EF74BB Persian Pink

📋 copy color: '#EF74BB'

red 239 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #EF74BB

Tints of Persian Pink #EF74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.4%

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

R = 44.1%
G = 21.4%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF74BB (or 0xEF74BB) is known color: Persian Pink. HEX triplet: EF, 74 and BB. RGB value is (239,116,187). Sum of RGB (Red+Green+Blue) = 239+116+187=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74BB is #108B44. Grayscale: #A0A0A0. Windows color (decimal): -1084229 or 12285167. OLE color: 12285167.

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

Color convert

RGB 239 116 187 -
CMYK 0 0.51 0.22 0.06
HSL 325.37º 0.79% 0.7% -
HSV(B) 325.37º 0.51% 0.94% -
XYZ 50.81 34.43 50.98 -
YUV 160.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 239 116 187 0 0.51 0.22 0.06 325.37 0.79 0.7
Hex EF 74 BB 0 33 16 6 145 4F 46
Octal 357 164 273 0 63 26 6 505 117 106
Binary 11101111 1110100 10111011 0 110011 10110 110 101000101 1001111 1000110

Color Harmonies of #EF74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74BB

Black with #EF74BB

Text Example


Text Example

White with #EF74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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