Html Css Color HEX #EF968F Sweet Pink

📋 copy color: '#EF968F'

red 239 ◦ green 150 ◦ blue 143

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

Shades of Sweet Pink #EF968F

Tints of Sweet Pink #EF968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.2%

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

R = 44.92%
G = 28.2%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF968F (or 0xEF968F) is known color: Sweet Pink. HEX triplet: EF, 96 and 8F. RGB value is (239,150,143). Sum of RGB (Red+Green+Blue) = 239+150+143=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968F is #106970. Grayscale: #AFAFAF. Windows color (decimal): -1075569 or 9410287. OLE color: 9410287.

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

Color convert

RGB 239 150 143 -
CMYK 0 0.37 0.40 0.06
HSL 4.38º 0.75% 0.75% -
HSV(B) 4.38º 0.4% 0.94% -
XYZ 51.46 42.15 31.41 -
YUV 175.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 239 150 143 0 0.37 0.40 0.06 4.38 0.75 0.75
Hex EF 96 8F 0 25 28 6 4 4B 4B
Octal 357 226 217 0 45 50 6 4 113 113
Binary 11101111 10010110 10001111 0 100101 101000 110 100 1001011 1001011

Color Harmonies of #EF968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF968F

Black with #EF968F

Text Example


Text Example

White with #EF968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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