Html Css Color HEX #ED6362 Roman

📋 copy color: '#ED6362'

red 237 ◦ green 99 ◦ blue 98

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

Shades of Roman #ED6362

Tints of Roman #ED6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 54.61%
G = 22.81%
B = 22.58%

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

#ED6362 (or 0xED6362) is known color: Roman. HEX triplet: ED, 63 and 62. RGB value is (237,99,98). Sum of RGB (Red+Green+Blue) = 237+99+98=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6362 is #129C9D. Grayscale: #8C8C8C. Windows color (decimal): -1219742 or 6448109. OLE color: 6448109.

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

Color convert

RGB 237 99 98 -
CMYK 0 0.58 0.59 0.07
HSL 0.43º 0.79% 0.66% -
HSV(B) 0.43º 0.59% 0.93% -
XYZ 41.59 27.81 14.73 -
YUV 140.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 237 99 98 0 0.58 0.59 0.07 0.43 0.79 0.66
Hex ED 63 62 0 3A 3B 7 0 4F 42
Octal 355 143 142 0 72 73 7 0 117 102
Binary 11101101 1100011 1100010 0 111010 111011 111 0 1001111 1000010

Color Harmonies of #ED6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6362

Black with #ED6362

Text Example


Text Example

White with #ED6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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