Html Css Color HEX #ED615E Roman

📋 copy color: '#ED615E'

red 237 ◦ green 97 ◦ blue 94

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

Shades of Roman #ED615E

Tints of Roman #ED615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 55.37%
G = 22.66%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED615E (or 0xED615E) is known color: Roman. HEX triplet: ED, 61 and 5E. RGB value is (237,97,94). Sum of RGB (Red+Green+Blue) = 237+97+94=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED615E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED615E is #129EA1. Grayscale: #8A8A8A. Windows color (decimal): -1220258 or 6185453. OLE color: 6185453.

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

Color convert

RGB 237 97 94 -
CMYK 0 0.59 0.60 0.07
HSL 1.26º 0.8% 0.65% -
HSV(B) 1.26º 0.6% 0.93% -
XYZ 41.22 27.36 13.7 -
YUV 138.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 237 97 94 0 0.59 0.60 0.07 1.26 0.8 0.65
Hex ED 61 5E 0 3B 3C 7 1 50 41
Octal 355 141 136 0 73 74 7 1 120 101
Binary 11101101 1100001 1011110 0 111011 111100 111 1 1010000 1000001

Color Harmonies of #ED615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED615E

Black with #ED615E

Text Example


Text Example

White with #ED615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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