Html Css Color HEX #EA8F83 Sweet Pink

📋 copy color: '#EA8F83'

red 234 ◦ green 143 ◦ blue 131

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

Shades of Sweet Pink #EA8F83

Tints of Sweet Pink #EA8F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

 BLUE value IS 131 (51.56% from 255) = 25.79%

R = 46.06%
G = 28.15%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA8F83 (or 0xEA8F83) is known color: Sweet Pink. HEX triplet: EA, 8F and 83. RGB value is (234,143,131). Sum of RGB (Red+Green+Blue) = 234+143+131=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F83 is #15707C. Grayscale: #A8A8A8. Windows color (decimal): -1405053 or 8622058. OLE color: 8622058.

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

Color convert

RGB 234 143 131 -
CMYK 0 0.39 0.44 0.08
HSL 6.99º 0.71% 0.72% -
HSV(B) 6.99º 0.44% 0.92% -
XYZ 47.85 38.78 26.44 -
YUV 168.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 234 143 131 0 0.39 0.44 0.08 6.99 0.71 0.72
Hex EA 8F 83 0 27 2C 8 7 47 48
Octal 352 217 203 0 47 54 10 7 107 110
Binary 11101010 10001111 10000011 0 100111 101100 1000 111 1000111 1001000

Color Harmonies of #EA8F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F83

Black with #EA8F83

Text Example


Text Example

White with #EA8F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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