Html Css Color HEX #EA6360 Roman

📋 copy color: '#EA6360'

red 234 ◦ green 99 ◦ blue 96

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

Shades of Roman #EA6360

Tints of Roman #EA6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 54.55%
G = 23.08%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA6360 (or 0xEA6360) is known color: Roman. HEX triplet: EA, 63 and 60. RGB value is (234,99,96). Sum of RGB (Red+Green+Blue) = 234+99+96=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6360 is #159C9F. Grayscale: #8B8B8B. Windows color (decimal): -1416352 or 6317034. OLE color: 6317034.

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

Color convert

RGB 234 99 96 -
CMYK 0 0.58 0.59 0.08
HSL 1.3º 0.77% 0.65% -
HSV(B) 1.3º 0.59% 0.92% -
XYZ 40.5 27.26 14.19 -
YUV 139.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 234 99 96 0 0.58 0.59 0.08 1.3 0.77 0.65
Hex EA 63 60 0 3A 3B 8 1 4D 41
Octal 352 143 140 0 72 73 10 1 115 101
Binary 11101010 1100011 1100000 0 111010 111011 1000 1 1001101 1000001

Color Harmonies of #EA6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6360

Black with #EA6360

Text Example


Text Example

White with #EA6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6360; }

 p { color: rgb(234,99,96); }

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

background-color css

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

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

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

border-color css

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

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

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