Html Css Color HEX #EC6464 Roman

📋 copy color: '#EC6464'

red 236 ◦ green 100 ◦ blue 100

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

Shades of Roman #EC6464

Tints of Roman #EC6464

RGB

 RED value IS 236 (92.58% from 255) = 54.13%

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

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

R = 54.13%
G = 22.94%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC6464 (or 0xEC6464) is known color: Roman. HEX triplet: EC, 64 and 64. RGB value is (236,100,100). Sum of RGB (Red+Green+Blue) = 236+100+100=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6464 is #139B9B. Grayscale: #8C8C8C. Windows color (decimal): -1285020 or 6579436. OLE color: 6579436.

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

Color convert

RGB 236 100 100 -
CMYK 0 0.58 0.58 0.07
HSL 0.78% 0.66% -
HSV(B) 0.58% 0.93% -
XYZ 41.45 27.87 15.25 -
YUV 140.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 236 100 100 0 0.58 0.58 0.07 0 0.78 0.66
Hex EC 64 64 0 3A 3A 7 0 4E 42
Octal 354 144 144 0 72 72 7 0 116 102
Binary 11101100 1100100 1100100 0 111010 111010 111 0 1001110 1000010

Color Harmonies of #EC6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6464

Black with #EC6464

Text Example


Text Example

White with #EC6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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