Html Css Color HEX #ED9B9B Sweet Pink

📋 copy color: '#ED9B9B'

red 237 ◦ green 155 ◦ blue 155

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

Shades of Sweet Pink #ED9B9B

Tints of Sweet Pink #ED9B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 43.33%
G = 28.34%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED9B9B (or 0xED9B9B) is known color: Sweet Pink. HEX triplet: ED, 9B and 9B. RGB value is (237,155,155). Sum of RGB (Red+Green+Blue) = 237+155+155=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B9B is #126464. Grayscale: #B3B3B3. Windows color (decimal): -1205349 or 10197997. OLE color: 10197997.

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

Color convert

RGB 237 155 155 -
CMYK 0 0.35 0.35 0.07
HSL 0.69% 0.77% -
HSV(B) 0.35% 0.93% -
XYZ 52.56 43.81 36.7 -
YUV 179.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 237 155 155 0 0.35 0.35 0.07 0 0.69 0.77
Hex ED 9B 9B 0 23 23 7 0 45 4D
Octal 355 233 233 0 43 43 7 0 105 115
Binary 11101101 10011011 10011011 0 100011 100011 111 0 1000101 1001101

Color Harmonies of #ED9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B9B

Black with #ED9B9B

Text Example


Text Example

White with #ED9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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