Html Css Color HEX #EB5E5C Roman

📋 copy color: '#EB5E5C'

red 235 ◦ green 94 ◦ blue 92

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

Shades of Roman #EB5E5C

Tints of Roman #EB5E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 55.82%
G = 22.33%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB5E5C (or 0xEB5E5C) is known color: Roman. HEX triplet: EB, 5E and 5C. RGB value is (235,94,92). Sum of RGB (Red+Green+Blue) = 235+94+92=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E5C is #14A1A3. Grayscale: #888888. Windows color (decimal): -1352100 or 6053611. OLE color: 6053611.

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

Color convert

RGB 235 94 92 -
CMYK 0 0.6 0.61 0.08
HSL 0.84º 0.78% 0.64% -
HSV(B) 0.84º 0.61% 0.92% -
XYZ 40.2 26.44 13.11 -
YUV 135.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 235 94 92 0 0.6 0.61 0.08 0.84 0.78 0.64
Hex EB 5E 5C 0 3C 3D 8 1 4E 40
Octal 353 136 134 0 74 75 10 1 116 100
Binary 11101011 1011110 1011100 0 111100 111101 1000 1 1001110 1000000

Color Harmonies of #EB5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E5C

Black with #EB5E5C

Text Example


Text Example

White with #EB5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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