Html Css Color HEX #ED5E5D Roman

📋 copy color: '#ED5E5D'

red 237 ◦ green 94 ◦ blue 93

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

Shades of Roman #ED5E5D

Tints of Roman #ED5E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 55.9%
G = 22.17%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED5E5D (or 0xED5E5D) is known color: Roman. HEX triplet: ED, 5E and 5D. RGB value is (237,94,93). Sum of RGB (Red+Green+Blue) = 237+94+93=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E5D is #12A1A2. Grayscale: #888888. Windows color (decimal): -1221027 or 6119149. OLE color: 6119149.

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

Color convert

RGB 237 94 93 -
CMYK 0 0.60 0.61 0.07
HSL 0.42º 0.8% 0.65% -
HSV(B) 0.42º 0.61% 0.93% -
XYZ 40.9 26.8 13.37 -
YUV 136.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 237 94 93 0 0.60 0.61 0.07 0.42 0.8 0.65
Hex ED 5E 5D 0 3C 3D 7 0 50 41
Octal 355 136 135 0 74 75 7 0 120 101
Binary 11101101 1011110 1011101 0 111100 111101 111 0 1010000 1000001

Color Harmonies of #ED5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E5D

Black with #ED5E5D

Text Example


Text Example

White with #ED5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E5D; }

 p { color: rgb(237,94,93); }

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

background-color css

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

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

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

border-color css

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

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

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