Html Css Color HEX #ED6462 Bittersweet

📋 copy color: '#ED6462'

red 237 ◦ green 100 ◦ blue 98

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

Shades of Bittersweet #ED6462

Tints of Bittersweet #ED6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

 BLUE value IS 98 (38.67% from 255) = 22.53%

R = 54.48%
G = 22.99%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED6462 (or 0xED6462) is known color: Bittersweet. HEX triplet: ED, 64 and 62. RGB value is (237,100,98). Sum of RGB (Red+Green+Blue) = 237+100+98=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6462 is #129B9D. Grayscale: #8C8C8C. Windows color (decimal): -1219486 or 6448365. OLE color: 6448365.

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

Color convert

RGB 237 100 98 -
CMYK 0 0.58 0.59 0.07
HSL 0.86º 0.79% 0.66% -
HSV(B) 0.86º 0.59% 0.93% -
XYZ 41.69 28 14.76 -
YUV 140.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 237 100 98 0 0.58 0.59 0.07 0.86 0.79 0.66
Hex ED 64 62 0 3A 3B 7 1 4F 42
Octal 355 144 142 0 72 73 7 1 117 102
Binary 11101101 1100100 1100010 0 111010 111011 111 1 1001111 1000010

Color Harmonies of #ED6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6462

Black with #ED6462

Text Example


Text Example

White with #ED6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6462; }

 p { color: rgb(237,100,98); }

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

background-color css

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

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

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

border-color css

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

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

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