Html Css Color HEX #EF908E Sweet Pink

📋 copy color: '#EF908E'

red 239 ◦ green 144 ◦ blue 142

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

Shades of Sweet Pink #EF908E

Tints of Sweet Pink #EF908E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.05%

R = 45.52%
G = 27.43%
B = 27.05%

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

#EF908E (or 0xEF908E) is known color: Sweet Pink. HEX triplet: EF, 90 and 8E. RGB value is (239,144,142). Sum of RGB (Red+Green+Blue) = 239+144+142=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF908E is #106F71. Grayscale: #ACACAC. Windows color (decimal): -1077106 or 9343215. OLE color: 9343215.

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

Color convert

RGB 239 144 142 -
CMYK 0 0.40 0.41 0.06
HSL 1.24º 0.75% 0.75% -
HSV(B) 1.24º 0.41% 0.94% -
XYZ 50.45 40.25 30.7 -
YUV 172.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 239 144 142 0 0.40 0.41 0.06 1.24 0.75 0.75
Hex EF 90 8E 0 28 29 6 1 4B 4B
Octal 357 220 216 0 50 51 6 1 113 113
Binary 11101111 10010000 10001110 0 101000 101001 110 1 1001011 1001011

Color Harmonies of #EF908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF908E

Black with #EF908E

Text Example


Text Example

White with #EF908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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