Html Css Color HEX #EF908C Sweet Pink

📋 copy color: '#EF908C'

red 239 ◦ green 144 ◦ blue 140

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

Shades of Sweet Pink #EF908C

Tints of Sweet Pink #EF908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.53%

 BLUE value IS 140 (55.08% from 255) = 26.77%

R = 45.7%
G = 27.53%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF908C (or 0xEF908C) is known color: Sweet Pink. HEX triplet: EF, 90 and 8C. RGB value is (239,144,140). Sum of RGB (Red+Green+Blue) = 239+144+140=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908C is #106F73. Grayscale: #ACACAC. Windows color (decimal): -1077108 or 9212143. OLE color: 9212143.

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

Color convert

RGB 239 144 140 -
CMYK 0 0.40 0.41 0.06
HSL 2.42º 0.76% 0.74% -
HSV(B) 2.42º 0.41% 0.94% -
XYZ 50.3 40.19 29.92 -
YUV 171.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 239 144 140 0 0.40 0.41 0.06 2.42 0.76 0.74
Hex EF 90 8C 0 28 29 6 2 4C 4A
Octal 357 220 214 0 50 51 6 2 114 112
Binary 11101111 10010000 10001100 0 101000 101001 110 10 1001100 1001010

Color Harmonies of #EF908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF908C

Black with #EF908C

Text Example


Text Example

White with #EF908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF908C; }

 p { color: rgb(239,144,140); }

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

background-color css

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

 a { background-color: rgb(239,144,140); }

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

border-color css

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

 span { border-color: rgb(239,144,140); }

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