Html Css Color HEX #EF928E Sweet Pink

📋 copy color: '#EF928E'

red 239 ◦ green 146 ◦ blue 142

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

Shades of Sweet Pink #EF928E

Tints of Sweet Pink #EF928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.7%

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

R = 45.35%
G = 27.7%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF928E (or 0xEF928E) is known color: Sweet Pink. HEX triplet: EF, 92 and 8E. RGB value is (239,146,142). Sum of RGB (Red+Green+Blue) = 239+146+142=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928E is #106D71. Grayscale: #ADADAD. Windows color (decimal): -1076594 or 9343727. OLE color: 9343727.

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

Color convert

RGB 239 146 142 -
CMYK 0 0.39 0.41 0.06
HSL 2.47º 0.75% 0.75% -
HSV(B) 2.47º 0.41% 0.94% -
XYZ 50.76 40.86 30.8 -
YUV 173.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 239 146 142 0 0.39 0.41 0.06 2.47 0.75 0.75
Hex EF 92 8E 0 27 29 6 2 4B 4B
Octal 357 222 216 0 47 51 6 2 113 113
Binary 11101111 10010010 10001110 0 100111 101001 110 10 1001011 1001011

Color Harmonies of #EF928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF928E

Black with #EF928E

Text Example


Text Example

White with #EF928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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