Html Css Color HEX #EF918F Sweet Pink

📋 copy color: '#EF918F'

red 239 ◦ green 145 ◦ blue 143

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

Shades of Sweet Pink #EF918F

Tints of Sweet Pink #EF918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.51%

 BLUE value IS 143 (56.25% from 255) = 27.13%

R = 45.35%
G = 27.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF918F (or 0xEF918F) is known color: Sweet Pink. HEX triplet: EF, 91 and 8F. RGB value is (239,145,143). Sum of RGB (Red+Green+Blue) = 239+145+143=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF918F is #106E70. Grayscale: #ACACAC. Windows color (decimal): -1076849 or 9409007. OLE color: 9409007.

HSL color Cylindrical-coordinate representation of color #EF918F: hue angle of 1.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF918F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 143 -
CMYK 0 0.39 0.40 0.06
HSL 1.25º 0.75% 0.75% -
HSV(B) 1.25º 0.4% 0.94% -
XYZ 50.68 40.58 31.15 -
YUV 172.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 239 145 143 0 0.39 0.40 0.06 1.25 0.75 0.75
Hex EF 91 8F 0 27 28 6 1 4B 4B
Octal 357 221 217 0 47 50 6 1 113 113
Binary 11101111 10010001 10001111 0 100111 101000 110 1 1001011 1001011

Color Harmonies of #EF918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF918F

Black with #EF918F

Text Example


Text Example

White with #EF918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF918F; }

 p { color: rgb(239,145,143); }

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

background-color css

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

 a { background-color: rgb(239,145,143); }

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

border-color css

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

 span { border-color: rgb(239,145,143); }

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