Html Css Color HEX #EA615F Roman

📋 copy color: '#EA615F'

red 234 ◦ green 97 ◦ blue 95

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

Shades of Roman #EA615F

Tints of Roman #EA615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 54.93%
G = 22.77%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA615F (or 0xEA615F) is known color: Roman. HEX triplet: EA, 61 and 5F. RGB value is (234,97,95). Sum of RGB (Red+Green+Blue) = 234+97+95=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA615F is #159EA0. Grayscale: #898989. Windows color (decimal): -1416865 or 6250986. OLE color: 6250986.

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

Color convert

RGB 234 97 95 -
CMYK 0 0.59 0.59 0.08
HSL 0.86º 0.77% 0.65% -
HSV(B) 0.86º 0.59% 0.92% -
XYZ 40.27 26.87 13.89 -
YUV 137.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 234 97 95 0 0.59 0.59 0.08 0.86 0.77 0.65
Hex EA 61 5F 0 3B 3B 8 1 4D 41
Octal 352 141 137 0 73 73 10 1 115 101
Binary 11101010 1100001 1011111 0 111011 111011 1000 1 1001101 1000001

Color Harmonies of #EA615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA615F

Black with #EA615F

Text Example


Text Example

White with #EA615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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