Html Css Color HEX #EA968D Sweet Pink

📋 copy color: '#EA968D'

red 234 ◦ green 150 ◦ blue 141

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

Shades of Sweet Pink #EA968D

Tints of Sweet Pink #EA968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 44.57%
G = 28.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA968D (or 0xEA968D) is known color: Sweet Pink. HEX triplet: EA, 96 and 8D. RGB value is (234,150,141). Sum of RGB (Red+Green+Blue) = 234+150+141=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA968D is #156972. Grayscale: #AEAEAE. Windows color (decimal): -1403251 or 9279210. OLE color: 9279210.

HSL color Cylindrical-coordinate representation of color #EA968D: hue angle of 5.81º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA968D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 141 -
CMYK 0 0.36 0.40 0.08
HSL 5.81º 0.69% 0.74% -
HSV(B) 5.81º 0.4% 0.92% -
XYZ 49.65 41.23 30.54 -
YUV 174.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 234 150 141 0 0.36 0.40 0.08 5.81 0.69 0.74
Hex EA 96 8D 0 24 28 8 6 45 4A
Octal 352 226 215 0 44 50 10 6 105 112
Binary 11101010 10010110 10001101 0 100100 101000 1000 110 1000101 1001010

Color Harmonies of #EA968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA968D

Black with #EA968D

Text Example


Text Example

White with #EA968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA968D; }

 p { color: rgb(234,150,141); }

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

background-color css

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

 a { background-color: rgb(234,150,141); }

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

border-color css

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

 span { border-color: rgb(234,150,141); }

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