Html Css Color HEX #EA5D5D Roman

📋 copy color: '#EA5D5D'

red 234 ◦ green 93 ◦ blue 93

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

Shades of Roman #EA5D5D

Tints of Roman #EA5D5D

RGB

 RED value IS 234 (91.8% from 255) = 55.71%

 GREEN value IS 93 (36.72% from 255) = 22.14%

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

R = 55.71%
G = 22.14%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA5D5D (or 0xEA5D5D) is known color: Roman. HEX triplet: EA, 5D and 5D. RGB value is (234,93,93). Sum of RGB (Red+Green+Blue) = 234+93+93=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D5D is #15A2A2. Grayscale: #878787. Windows color (decimal): -1417891 or 6118890. OLE color: 6118890.

HSL color Cylindrical-coordinate representation of color #EA5D5D: hue angle of 0º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D5D is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 93 -
CMYK 0 0.60 0.60 0.08
HSL 0.77% 0.64% -
HSV(B) 0.6% 0.92% -
XYZ 39.82 26.11 13.3 -
YUV 135.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 234 93 93 0 0.60 0.60 0.08 0 0.77 0.64
Hex EA 5D 5D 0 3C 3C 8 0 4D 40
Octal 352 135 135 0 74 74 10 0 115 100
Binary 11101010 1011101 1011101 0 111100 111100 1000 0 1001101 1000000

Color Harmonies of #EA5D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D5D

Black with #EA5D5D

Text Example


Text Example

White with #EA5D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D5D; }

 p { color: rgb(234,93,93); }

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

background-color css

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

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

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

border-color css

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

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

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