Html Css Color HEX #E1605D Roman

📋 copy color: '#E1605D'

red 225 ◦ green 96 ◦ blue 93

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

Shades of Roman #E1605D

Tints of Roman #E1605D

RGB

 RED value IS 225 (88.28% from 255) = 54.35%

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 54.35%
G = 23.19%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1605D (or 0xE1605D) is known color: Roman. HEX triplet: E1, 60 and 5D. RGB value is (225,96,93). Sum of RGB (Red+Green+Blue) = 225+96+93=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1605D is #1E9FA2. Grayscale: #868686. Windows color (decimal): -2006947 or 6119649. OLE color: 6119649.

HSL color Cylindrical-coordinate representation of color #E1605D: hue angle of 1.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1605D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 93 -
CMYK 0 0.57 0.59 0.12
HSL 1.36º 0.69% 0.62% -
HSV(B) 1.36º 0.59% 0.88% -
XYZ 37.21 25.16 13.25 -
YUV 134.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 225 96 93 0 0.57 0.59 0.12 1.36 0.69 0.62
Hex E1 60 5D 0 39 3B C 1 45 3E
Octal 341 140 135 0 71 73 14 1 105 76
Binary 11100001 1100000 1011101 0 111001 111011 1100 1 1000101 111110

Color Harmonies of #E1605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1605D

Black with #E1605D

Text Example


Text Example

White with #E1605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1605D; }

 p { color: rgb(225,96,93); }

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

background-color css

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

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

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

border-color css

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

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

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