Html Css Color HEX #ED98BA Shocking

📋 copy color: '#ED98BA'

red 237 ◦ green 152 ◦ blue 186

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

Shades of Shocking #ED98BA

Tints of Shocking #ED98BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.43%

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

R = 41.22%
G = 26.43%
B = 32.35%

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

#ED98BA (or 0xED98BA) is known color: Shocking. HEX triplet: ED, 98 and BA. RGB value is (237,152,186). Sum of RGB (Red+Green+Blue) = 237+152+186=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98BA is #126745. Grayscale: #B5B5B5. Windows color (decimal): -1206086 or 12228845. OLE color: 12228845.

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

Color convert

RGB 237 152 186 -
CMYK 0 0.36 0.22 0.07
HSL 336º 0.7% 0.76% -
HSV(B) 336º 0.36% 0.93% -
XYZ 55.02 44.01 52.05 -
YUV 181.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 237 152 186 0 0.36 0.22 0.07 336 0.7 0.76
Hex ED 98 BA 0 24 16 7 150 46 4C
Octal 355 230 272 0 44 26 7 520 106 114
Binary 11101101 10011000 10111010 0 100100 10110 111 101010000 1000110 1001100

Color Harmonies of #ED98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98BA

Black with #ED98BA

Text Example


Text Example

White with #ED98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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