Html Css Color HEX #E6645F Roman

📋 copy color: '#E6645F'

red 230 ◦ green 100 ◦ blue 95

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

Shades of Roman #E6645F

Tints of Roman #E6645F

RGB

 RED value IS 230 (90.23% from 255) = 54.12%

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 54.12%
G = 23.53%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6645F (or 0xE6645F) is known color: Roman. HEX triplet: E6, 64 and 5F. RGB value is (230,100,95). Sum of RGB (Red+Green+Blue) = 230+100+95=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6645F is #199BA0. Grayscale: #8A8A8A. Windows color (decimal): -1678241 or 6251750. OLE color: 6251750.

HSL color Cylindrical-coordinate representation of color #E6645F: hue angle of 2.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6645F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 95 -
CMYK 0 0.57 0.59 0.10
HSL 2.22º 0.73% 0.64% -
HSV(B) 2.22º 0.59% 0.9% -
XYZ 39.26 26.76 13.92 -
YUV 138.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 230 100 95 0 0.57 0.59 0.10 2.22 0.73 0.64
Hex E6 64 5F 0 39 3B A 2 49 40
Octal 346 144 137 0 71 73 12 2 111 100
Binary 11100110 1100100 1011111 0 111001 111011 1010 10 1001001 1000000

Color Harmonies of #E6645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6645F

Black with #E6645F

Text Example


Text Example

White with #E6645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6645F; }

 p { color: rgb(230,100,95); }

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

background-color css

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

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

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

border-color css

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

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

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