Html Css Color HEX #EF9082 Sweet Pink

📋 copy color: '#EF9082'

red 239 ◦ green 144 ◦ blue 130

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

Shades of Sweet Pink #EF9082

Tints of Sweet Pink #EF9082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 46.59%
G = 28.07%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9082 (or 0xEF9082) is known color: Sweet Pink. HEX triplet: EF, 90 and 82. RGB value is (239,144,130). Sum of RGB (Red+Green+Blue) = 239+144+130=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9082 is #106F7D. Grayscale: #AAAAAA. Windows color (decimal): -1077118 or 8556783. OLE color: 8556783.

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

Color convert

RGB 239 144 130 -
CMYK 0 0.40 0.46 0.06
HSL 7.71º 0.77% 0.72% -
HSV(B) 7.71º 0.46% 0.94% -
XYZ 49.6 39.91 26.21 -
YUV 170.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 239 144 130 0 0.40 0.46 0.06 7.71 0.77 0.72
Hex EF 90 82 0 28 2E 6 8 4D 48
Octal 357 220 202 0 50 56 6 10 115 110
Binary 11101111 10010000 10000010 0 101000 101110 110 1000 1001101 1001000

Color Harmonies of #EF9082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9082

Black with #EF9082

Text Example


Text Example

White with #EF9082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9082; }

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

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

background-color css

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

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

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

border-color css

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

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

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