Html Css Color HEX #EA938F Sweet Pink

📋 copy color: '#EA938F'

red 234 ◦ green 147 ◦ blue 143

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

Shades of Sweet Pink #EA938F

Tints of Sweet Pink #EA938F

RGB

 RED value IS 234 (91.8% from 255) = 44.66%

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

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 44.66%
G = 28.05%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA938F (or 0xEA938F) is known color: Sweet Pink. HEX triplet: EA, 93 and 8F. RGB value is (234,147,143). Sum of RGB (Red+Green+Blue) = 234+147+143=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA938F is #156C70. Grayscale: #ACACAC. Windows color (decimal): -1404017 or 9409514. OLE color: 9409514.

HSL color Cylindrical-coordinate representation of color #EA938F: hue angle of 2.64º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA938F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 143 -
CMYK 0 0.37 0.39 0.08
HSL 2.64º 0.68% 0.74% -
HSV(B) 2.64º 0.39% 0.92% -
XYZ 49.32 40.34 31.17 -
YUV 172.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 234 147 143 0 0.37 0.39 0.08 2.64 0.68 0.74
Hex EA 93 8F 0 25 27 8 3 44 4A
Octal 352 223 217 0 45 47 10 3 104 112
Binary 11101010 10010011 10001111 0 100101 100111 1000 11 1000100 1001010

Color Harmonies of #EA938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA938F

Black with #EA938F

Text Example


Text Example

White with #EA938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA938F; }

 p { color: rgb(234,147,143); }

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

background-color css

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

 a { background-color: rgb(234,147,143); }

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

border-color css

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

 span { border-color: rgb(234,147,143); }

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