Html Css Color HEX #EF938A Sweet Pink

📋 copy color: '#EF938A'

red 239 ◦ green 147 ◦ blue 138

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

Shades of Sweet Pink #EF938A

Tints of Sweet Pink #EF938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.05%

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

R = 45.61%
G = 28.05%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF938A (or 0xEF938A) is known color: Sweet Pink. HEX triplet: EF, 93 and 8A. RGB value is (239,147,138). Sum of RGB (Red+Green+Blue) = 239+147+138=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF938A is #106C75. Grayscale: #ADADAD. Windows color (decimal): -1076342 or 9081839. OLE color: 9081839.

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

Color convert

RGB 239 147 138 -
CMYK 0 0.38 0.42 0.06
HSL 5.35º 0.76% 0.74% -
HSV(B) 5.35º 0.42% 0.94% -
XYZ 50.62 41.05 29.3 -
YUV 173.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 239 147 138 0 0.38 0.42 0.06 5.35 0.76 0.74
Hex EF 93 8A 0 26 2A 6 5 4C 4A
Octal 357 223 212 0 46 52 6 5 114 112
Binary 11101111 10010011 10001010 0 100110 101010 110 101 1001100 1001010

Color Harmonies of #EF938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF938A

Black with #EF938A

Text Example


Text Example

White with #EF938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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