Html Css Color HEX #EF9A9A Sweet Pink

📋 copy color: '#EF9A9A'

red 239 ◦ green 154 ◦ blue 154

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

Shades of Sweet Pink #EF9A9A

Tints of Sweet Pink #EF9A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

 BLUE value IS 154 (60.55% from 255) = 28.15%

R = 43.69%
G = 28.15%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF9A9A (or 0xEF9A9A) is known color: Sweet Pink. HEX triplet: EF, 9A and 9A. RGB value is (239,154,154). Sum of RGB (Red+Green+Blue) = 239+154+154=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A9A is #106565. Grayscale: #B3B3B3. Windows color (decimal): -1074534 or 10132207. OLE color: 10132207.

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

Color convert

RGB 239 154 154 -
CMYK 0 0.36 0.36 0.06
HSL 0.73% 0.77% -
HSV(B) 0.36% 0.94% -
XYZ 52.98 43.8 36.23 -
YUV 179.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 239 154 154 0 0.36 0.36 0.06 0 0.73 0.77
Hex EF 9A 9A 0 24 24 6 0 49 4D
Octal 357 232 232 0 44 44 6 0 111 115
Binary 11101111 10011010 10011010 0 100100 100100 110 0 1001001 1001101

Color Harmonies of #EF9A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A9A

Black with #EF9A9A

Text Example


Text Example

White with #EF9A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A9A; }

 p { color: rgb(239,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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