Html Css Color HEX #EB5E5E Roman

📋 copy color: '#EB5E5E'

red 235 ◦ green 94 ◦ blue 94

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

Shades of Roman #EB5E5E

Tints of Roman #EB5E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.22%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB5E5E (or 0xEB5E5E) is known color: Roman. HEX triplet: EB, 5E and 5E. RGB value is (235,94,94). Sum of RGB (Red+Green+Blue) = 235+94+94=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E5E is #14A1A1. Grayscale: #888888. Windows color (decimal): -1352098 or 6184683. OLE color: 6184683.

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

Color convert

RGB 235 94 94 -
CMYK 0 0.6 0.6 0.08
HSL 0.78% 0.65% -
HSV(B) 0.6% 0.92% -
XYZ 40.28 26.48 13.58 -
YUV 136.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 235 94 94 0 0.6 0.6 0.08 0 0.78 0.65
Hex EB 5E 5E 0 3C 3C 8 0 4E 41
Octal 353 136 136 0 74 74 10 0 116 101
Binary 11101011 1011110 1011110 0 111100 111100 1000 0 1001110 1000001

Color Harmonies of #EB5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E5E

Black with #EB5E5E

Text Example


Text Example

White with #EB5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E5E; }

 p { color: rgb(235,94,94); }

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

background-color css

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

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

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

border-color css

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

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

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