Html Css Color HEX #EA615D Roman

📋 copy color: '#EA615D'

red 234 ◦ green 97 ◦ blue 93

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

Shades of Roman #EA615D

Tints of Roman #EA615D

RGB

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

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

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

R = 55.19%
G = 22.88%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA615D (or 0xEA615D) is known color: Roman. HEX triplet: EA, 61 and 5D. RGB value is (234,97,93). Sum of RGB (Red+Green+Blue) = 234+97+93=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA615D is #159EA2. Grayscale: #898989. Windows color (decimal): -1416867 or 6119914. OLE color: 6119914.

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

Color convert

RGB 234 97 93 -
CMYK 0 0.59 0.60 0.08
HSL 1.7º 0.77% 0.64% -
HSV(B) 1.7º 0.6% 0.92% -
XYZ 40.18 26.83 13.42 -
YUV 137.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 234 97 93 0 0.59 0.60 0.08 1.7 0.77 0.64
Hex EA 61 5D 0 3B 3C 8 2 4D 40
Octal 352 141 135 0 73 74 10 2 115 100
Binary 11101010 1100001 1011101 0 111011 111100 1000 10 1001101 1000000

Color Harmonies of #EA615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA615D

Black with #EA615D

Text Example


Text Example

White with #EA615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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