Html Css Color HEX #EB6461 Roman

📋 copy color: '#EB6461'

red 235 ◦ green 100 ◦ blue 97

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

Shades of Roman #EB6461

Tints of Roman #EB6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 54.4%
G = 23.15%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB6461 (or 0xEB6461) is known color: Roman. HEX triplet: EB, 64 and 61. RGB value is (235,100,97). Sum of RGB (Red+Green+Blue) = 235+100+97=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6461 is #149B9E. Grayscale: #8C8C8C. Windows color (decimal): -1350559 or 6382827. OLE color: 6382827.

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

Color convert

RGB 235 100 97 -
CMYK 0 0.57 0.59 0.08
HSL 1.3º 0.78% 0.65% -
HSV(B) 1.3º 0.59% 0.92% -
XYZ 40.98 27.64 14.48 -
YUV 140.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 235 100 97 0 0.57 0.59 0.08 1.3 0.78 0.65
Hex EB 64 61 0 39 3B 8 1 4E 41
Octal 353 144 141 0 71 73 10 1 116 101
Binary 11101011 1100100 1100001 0 111001 111011 1000 1 1001110 1000001

Color Harmonies of #EB6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6461

Black with #EB6461

Text Example


Text Example

White with #EB6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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