Html Css Color HEX #EA8F85 Sweet Pink

📋 copy color: '#EA8F85'

red 234 ◦ green 143 ◦ blue 133

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

Shades of Sweet Pink #EA8F85

Tints of Sweet Pink #EA8F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 45.88%
G = 28.04%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA8F85 (or 0xEA8F85) is known color: Sweet Pink. HEX triplet: EA, 8F and 85. RGB value is (234,143,133). Sum of RGB (Red+Green+Blue) = 234+143+133=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F85 is #15707A. Grayscale: #A9A9A9. Windows color (decimal): -1405051 or 8753130. OLE color: 8753130.

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

Color convert

RGB 234 143 133 -
CMYK 0 0.39 0.43 0.08
HSL 5.94º 0.71% 0.72% -
HSV(B) 5.94º 0.43% 0.92% -
XYZ 47.99 38.83 27.16 -
YUV 169.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 234 143 133 0 0.39 0.43 0.08 5.94 0.71 0.72
Hex EA 8F 85 0 27 2B 8 6 47 48
Octal 352 217 205 0 47 53 10 6 107 110
Binary 11101010 10001111 10000101 0 100111 101011 1000 110 1000111 1001000

Color Harmonies of #EA8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F85

Black with #EA8F85

Text Example


Text Example

White with #EA8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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