Html Css Color HEX #EB968E Sweet Pink

📋 copy color: '#EB968E'

red 235 ◦ green 150 ◦ blue 142

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

Shades of Sweet Pink #EB968E

Tints of Sweet Pink #EB968E

RGB

 RED value IS 235 (92.19% from 255) = 44.59%

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

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 44.59%
G = 28.46%
B = 26.94%

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

#EB968E (or 0xEB968E) is known color: Sweet Pink. HEX triplet: EB, 96 and 8E. RGB value is (235,150,142). Sum of RGB (Red+Green+Blue) = 235+150+142=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB968E is #146971. Grayscale: #AEAEAE. Windows color (decimal): -1337714 or 9344747. OLE color: 9344747.

HSL color Cylindrical-coordinate representation of color #EB968E: hue angle of 5.16º degrees, saturation: 0.7, 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 #EB968E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 150 142 -
CMYK 0 0.36 0.40 0.08
HSL 5.16º 0.7% 0.74% -
HSV(B) 5.16º 0.4% 0.92% -
XYZ 50.05 41.43 30.95 -
YUV 174.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 235 150 142 0 0.36 0.40 0.08 5.16 0.7 0.74
Hex EB 96 8E 0 24 28 8 5 46 4A
Octal 353 226 216 0 44 50 10 5 106 112
Binary 11101011 10010110 10001110 0 100100 101000 1000 101 1000110 1001010

Color Harmonies of #EB968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB968E

Black with #EB968E

Text Example


Text Example

White with #EB968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB968E; }

 p { color: rgb(235,150,142); }

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

background-color css

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

 a { background-color: rgb(235,150,142); }

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

border-color css

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

 span { border-color: rgb(235,150,142); }

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