Html Css Color HEX #ED9B98 Sweet Pink

📋 copy color: '#ED9B98'

red 237 ◦ green 155 ◦ blue 152

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

Shades of Sweet Pink #ED9B98

Tints of Sweet Pink #ED9B98

RGB

 RED value IS 237 (92.97% from 255) = 43.57%

 GREEN value IS 155 (60.94% from 255) = 28.49%

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 43.57%
G = 28.49%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED9B98 (or 0xED9B98) is known color: Sweet Pink. HEX triplet: ED, 9B and 98. RGB value is (237,155,152). Sum of RGB (Red+Green+Blue) = 237+155+152=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B98 is #126467. Grayscale: #B3B3B3. Windows color (decimal): -1205352 or 10001389. OLE color: 10001389.

HSL color Cylindrical-coordinate representation of color #ED9B98: hue angle of 2.12º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9B98 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 152 -
CMYK 0 0.35 0.36 0.07
HSL 2.12º 0.7% 0.76% -
HSV(B) 2.12º 0.36% 0.93% -
XYZ 52.31 43.71 35.39 -
YUV 179.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 237 155 152 0 0.35 0.36 0.07 2.12 0.7 0.76
Hex ED 9B 98 0 23 24 7 2 46 4C
Octal 355 233 230 0 43 44 7 2 106 114
Binary 11101101 10011011 10011000 0 100011 100100 111 10 1000110 1001100

Color Harmonies of #ED9B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B98

Black with #ED9B98

Text Example


Text Example

White with #ED9B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B98; }

 p { color: rgb(237,155,152); }

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

background-color css

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

 a { background-color: rgb(237,155,152); }

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

border-color css

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

 span { border-color: rgb(237,155,152); }

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