Html Css Color HEX #EB6464 Roman

📋 copy color: '#EB6464'

red 235 ◦ green 100 ◦ blue 100

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

Shades of Roman #EB6464

Tints of Roman #EB6464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 54.02%
G = 22.99%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB6464 (or 0xEB6464) is known color: Roman. HEX triplet: EB, 64 and 64. RGB value is (235,100,100). Sum of RGB (Red+Green+Blue) = 235+100+100=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6464 is #149B9B. Grayscale: #8C8C8C. Windows color (decimal): -1350556 or 6579435. OLE color: 6579435.

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

Color convert

RGB 235 100 100 -
CMYK 0 0.57 0.57 0.08
HSL 0.77% 0.66% -
HSV(B) 0.57% 0.92% -
XYZ 41.12 27.7 15.24 -
YUV 140.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 235 100 100 0 0.57 0.57 0.08 0 0.77 0.66
Hex EB 64 64 0 39 39 8 0 4D 42
Octal 353 144 144 0 71 71 10 0 115 102
Binary 11101011 1100100 1100100 0 111001 111001 1000 0 1001101 1000010

Color Harmonies of #EB6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6464

Black with #EB6464

Text Example


Text Example

White with #EB6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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