Html Css Color HEX #EB968D Sweet Pink

📋 copy color: '#EB968D'

red 235 ◦ green 150 ◦ blue 141

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

Shades of Sweet Pink #EB968D

Tints of Sweet Pink #EB968D

RGB

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

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

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

R = 44.68%
G = 28.52%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB968D (or 0xEB968D) is known color: Sweet Pink. HEX triplet: EB, 96 and 8D. RGB value is (235,150,141). Sum of RGB (Red+Green+Blue) = 235+150+141=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB968D is #146972. Grayscale: #AEAEAE. Windows color (decimal): -1337715 or 9279211. OLE color: 9279211.

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

Color convert

RGB 235 150 141 -
CMYK 0 0.36 0.4 0.08
HSL 5.74º 0.7% 0.74% -
HSV(B) 5.74º 0.4% 0.92% -
XYZ 49.98 41.4 30.56 -
YUV 174.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 235 150 141 0 0.36 0.4 0.08 5.74 0.7 0.74
Hex EB 96 8D 0 24 28 8 6 46 4A
Octal 353 226 215 0 44 50 10 6 106 112
Binary 11101011 10010110 10001101 0 100100 101000 1000 110 1000110 1001010

Color Harmonies of #EB968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB968D

Black with #EB968D

Text Example


Text Example

White with #EB968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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