Html Css Color HEX #EF928A Sweet Pink

📋 copy color: '#EF928A'

red 239 ◦ green 146 ◦ blue 138

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

Shades of Sweet Pink #EF928A

Tints of Sweet Pink #EF928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 45.7%
G = 27.92%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF928A (or 0xEF928A) is known color: Sweet Pink. HEX triplet: EF, 92 and 8A. RGB value is (239,146,138). Sum of RGB (Red+Green+Blue) = 239+146+138=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928A is #106D75. Grayscale: #ADADAD. Windows color (decimal): -1076598 or 9081583. OLE color: 9081583.

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

Color convert

RGB 239 146 138 -
CMYK 0 0.39 0.42 0.06
HSL 4.75º 0.76% 0.74% -
HSV(B) 4.75º 0.42% 0.94% -
XYZ 50.46 40.74 29.25 -
YUV 172.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 239 146 138 0 0.39 0.42 0.06 4.75 0.76 0.74
Hex EF 92 8A 0 27 2A 6 5 4C 4A
Octal 357 222 212 0 47 52 6 5 114 112
Binary 11101111 10010010 10001010 0 100111 101010 110 101 1001100 1001010

Color Harmonies of #EF928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF928A

Black with #EF928A

Text Example


Text Example

White with #EF928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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