Html Css Color HEX #EF918B Sweet Pink

📋 copy color: '#EF918B'

red 239 ◦ green 145 ◦ blue 139

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

Shades of Sweet Pink #EF918B

Tints of Sweet Pink #EF918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.72%

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 45.7%
G = 27.72%
B = 26.58%

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

#EF918B (or 0xEF918B) is known color: Sweet Pink. HEX triplet: EF, 91 and 8B. RGB value is (239,145,139). Sum of RGB (Red+Green+Blue) = 239+145+139=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF918B is #106E74. Grayscale: #ACACAC. Windows color (decimal): -1076853 or 9146863. OLE color: 9146863.

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

Color convert

RGB 239 145 139 -
CMYK 0 0.39 0.42 0.06
HSL 3.6º 0.76% 0.74% -
HSV(B) 3.6º 0.42% 0.94% -
XYZ 50.38 40.47 29.58 -
YUV 172.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 239 145 139 0 0.39 0.42 0.06 3.6 0.76 0.74
Hex EF 91 8B 0 27 2A 6 4 4C 4A
Octal 357 221 213 0 47 52 6 4 114 112
Binary 11101111 10010001 10001011 0 100111 101010 110 100 1001100 1001010

Color Harmonies of #EF918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF918B

Black with #EF918B

Text Example


Text Example

White with #EF918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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