Html Css Color HEX #EA645D Roman

📋 copy color: '#EA645D'

red 234 ◦ green 100 ◦ blue 93

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

Shades of Roman #EA645D

Tints of Roman #EA645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 54.8%
G = 23.42%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA645D (or 0xEA645D) is known color: Roman. HEX triplet: EA, 64 and 5D. RGB value is (234,100,93). Sum of RGB (Red+Green+Blue) = 234+100+93=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA645D is #159BA2. Grayscale: #8B8B8B. Windows color (decimal): -1416099 or 6120682. OLE color: 6120682.

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

Color convert

RGB 234 100 93 -
CMYK 0 0.57 0.60 0.08
HSL 2.98º 0.77% 0.64% -
HSV(B) 2.98º 0.6% 0.92% -
XYZ 40.46 27.4 13.51 -
YUV 139.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 234 100 93 0 0.57 0.60 0.08 2.98 0.77 0.64
Hex EA 64 5D 0 39 3C 8 3 4D 40
Octal 352 144 135 0 71 74 10 3 115 100
Binary 11101010 1100100 1011101 0 111001 111100 1000 11 1001101 1000000

Color Harmonies of #EA645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA645D

Black with #EA645D

Text Example


Text Example

White with #EA645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA645D; }

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

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

background-color css

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

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

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

border-color css

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

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

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