Html Css Color HEX #EB605D Roman

📋 copy color: '#EB605D'

red 235 ◦ green 96 ◦ blue 93

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

Shades of Roman #EB605D

Tints of Roman #EB605D

RGB

 RED value IS 235 (92.19% from 255) = 55.42%

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

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

R = 55.42%
G = 22.64%
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

#EB605D (or 0xEB605D) is known color: Roman. HEX triplet: EB, 60 and 5D. RGB value is (235,96,93). Sum of RGB (Red+Green+Blue) = 235+96+93=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB605D is #149FA2. Grayscale: #898989. Windows color (decimal): -1351587 or 6119659. OLE color: 6119659.

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

Color convert

RGB 235 96 93 -
CMYK 0 0.59 0.60 0.08
HSL 1.27º 0.78% 0.64% -
HSV(B) 1.27º 0.6% 0.92% -
XYZ 40.42 26.82 13.4 -
YUV 137.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 235 96 93 0 0.59 0.60 0.08 1.27 0.78 0.64
Hex EB 60 5D 0 3B 3C 8 1 4E 40
Octal 353 140 135 0 73 74 10 1 116 100
Binary 11101011 1100000 1011101 0 111011 111100 1000 1 1001110 1000000

Color Harmonies of #EB605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB605D

Black with #EB605D

Text Example


Text Example

White with #EB605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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