Html Css Color HEX #ED97BA Shocking

📋 copy color: '#ED97BA'

red 237 ◦ green 151 ◦ blue 186

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

Shades of Shocking #ED97BA

Tints of Shocking #ED97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.31%

 BLUE value IS 186 (73.05% from 255) = 32.4%

R = 41.29%
G = 26.31%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED97BA (or 0xED97BA) is known color: Shocking. HEX triplet: ED, 97 and BA. RGB value is (237,151,186). Sum of RGB (Red+Green+Blue) = 237+151+186=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97BA is #126845. Grayscale: #B4B4B4. Windows color (decimal): -1206342 or 12228589. OLE color: 12228589.

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

Color convert

RGB 237 151 186 -
CMYK 0 0.36 0.22 0.07
HSL 335.58º 0.7% 0.76% -
HSV(B) 335.58º 0.36% 0.93% -
XYZ 54.85 43.68 51.99 -
YUV 180.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 237 151 186 0 0.36 0.22 0.07 335.58 0.7 0.76
Hex ED 97 BA 0 24 16 7 150 46 4C
Octal 355 227 272 0 44 26 7 520 106 114
Binary 11101101 10010111 10111010 0 100100 10110 111 101010000 1000110 1001100

Color Harmonies of #ED97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED97BA

Black with #ED97BA

Text Example


Text Example

White with #ED97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED97BA; }

 p { color: rgb(237,151,186); }

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

background-color css

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

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

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

border-color css

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

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

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