Html Css Color HEX #EF9291 Sweet Pink

📋 copy color: '#EF9291'

red 239 ◦ green 146 ◦ blue 145

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

Shades of Sweet Pink #EF9291

Tints of Sweet Pink #EF9291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 45.09%
G = 27.55%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF9291 (or 0xEF9291) is known color: Sweet Pink. HEX triplet: EF, 92 and 91. RGB value is (239,146,145). Sum of RGB (Red+Green+Blue) = 239+146+145=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9291 is #106D6E. Grayscale: #ADADAD. Windows color (decimal): -1076591 or 9540335. OLE color: 9540335.

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

Color convert

RGB 239 146 145 -
CMYK 0 0.39 0.39 0.06
HSL 0.64º 0.75% 0.75% -
HSV(B) 0.64º 0.39% 0.94% -
XYZ 50.99 40.95 32.01 -
YUV 173.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 239 146 145 0 0.39 0.39 0.06 0.64 0.75 0.75
Hex EF 92 91 0 27 27 6 1 4B 4B
Octal 357 222 221 0 47 47 6 1 113 113
Binary 11101111 10010010 10010001 0 100111 100111 110 1 1001011 1001011

Color Harmonies of #EF9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9291

Black with #EF9291

Text Example


Text Example

White with #EF9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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