Html Css Color HEX #EA9692 Sweet Pink

📋 copy color: '#EA9692'

red 234 ◦ green 150 ◦ blue 146

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

Shades of Sweet Pink #EA9692

Tints of Sweet Pink #EA9692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 44.15%
G = 28.3%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA9692 (or 0xEA9692) is known color: Sweet Pink. HEX triplet: EA, 96 and 92. RGB value is (234,150,146). Sum of RGB (Red+Green+Blue) = 234+150+146=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9692 is #15696D. Grayscale: #AEAEAE. Windows color (decimal): -1403246 or 9606890. OLE color: 9606890.

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

Color convert

RGB 234 150 146 -
CMYK 0 0.36 0.38 0.08
HSL 2.73º 0.68% 0.75% -
HSV(B) 2.73º 0.38% 0.92% -
XYZ 50.03 41.38 32.54 -
YUV 174.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 234 150 146 0 0.36 0.38 0.08 2.73 0.68 0.75
Hex EA 96 92 0 24 26 8 3 44 4B
Octal 352 226 222 0 44 46 10 3 104 113
Binary 11101010 10010110 10010010 0 100100 100110 1000 11 1000100 1001011

Color Harmonies of #EA9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9692

Black with #EA9692

Text Example


Text Example

White with #EA9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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