Html Css Color HEX #E65145 Valencia

📋 copy color: '#E65145'

red 230 ◦ green 81 ◦ blue 69

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

Shades of Valencia #E65145

Tints of Valencia #E65145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 60.53%
G = 21.32%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E65145 (or 0xE65145) is known color: Valencia. HEX triplet: E6, 51 and 45. RGB value is (230,81,69). Sum of RGB (Red+Green+Blue) = 230+81+69=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E65145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65145 is #19AEBA. Grayscale: #7C7C7C. Windows color (decimal): -1683131 or 4542950. OLE color: 4542950.

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

Color convert

RGB 230 81 69 -
CMYK 0 0.65 0.7 0.10
HSL 4.47º 0.76% 0.59% -
HSV(B) 4.47º 0.7% 0.9% -
XYZ 36.65 23.14 8.16 -
YUV 124.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 230 81 69 0 0.65 0.7 0.10 4.47 0.76 0.59
Hex E6 51 45 0 41 46 A 4 4C 3B
Octal 346 121 105 0 101 106 12 4 114 73
Binary 11100110 1010001 1000101 0 1000001 1000110 1010 100 1001100 111011

Color Harmonies of #E65145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65145

Black with #E65145

Text Example


Text Example

White with #E65145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65145; }

 p { color: rgb(230,81,69); }

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

background-color css

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

 a { background-color: rgb(230,81,69); }

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

border-color css

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

 span { border-color: rgb(230,81,69); }

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