Html Css Color HEX #EF918A Sweet Pink

📋 copy color: '#EF918A'

red 239 ◦ green 145 ◦ blue 138

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

Shades of Sweet Pink #EF918A

Tints of Sweet Pink #EF918A

RGB

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

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

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

R = 45.79%
G = 27.78%
B = 26.44%

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

#EF918A (or 0xEF918A) is known color: Sweet Pink. HEX triplet: EF, 91 and 8A. RGB value is (239,145,138). Sum of RGB (Red+Green+Blue) = 239+145+138=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF918A is #106E75. Grayscale: #ACACAC. Windows color (decimal): -1076854 or 9081327. OLE color: 9081327.

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

Color convert

RGB 239 145 138 -
CMYK 0 0.39 0.42 0.06
HSL 4.16º 0.76% 0.74% -
HSV(B) 4.16º 0.42% 0.94% -
XYZ 50.31 40.44 29.2 -
YUV 172.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 239 145 138 0 0.39 0.42 0.06 4.16 0.76 0.74
Hex EF 91 8A 0 27 2A 6 4 4C 4A
Octal 357 221 212 0 47 52 6 4 114 112
Binary 11101111 10010001 10001010 0 100111 101010 110 100 1001100 1001010

Color Harmonies of #EF918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF918A

Black with #EF918A

Text Example


Text Example

White with #EF918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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