Html Css Color HEX #E65147 Valencia

📋 copy color: '#E65147'

red 230 ◦ green 81 ◦ blue 71

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

Shades of Valencia #E65147

Tints of Valencia #E65147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 60.21%
G = 21.2%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E65147 (or 0xE65147) is known color: Valencia. HEX triplet: E6, 51 and 47. RGB value is (230,81,71). Sum of RGB (Red+Green+Blue) = 230+81+71=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E65147 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65147 is #19AEB8. Grayscale: #7C7C7C. Windows color (decimal): -1683129 or 4674022. OLE color: 4674022.

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

Color convert

RGB 230 81 71 -
CMYK 0 0.65 0.69 0.10
HSL 3.77º 0.76% 0.59% -
HSV(B) 3.77º 0.69% 0.9% -
XYZ 36.71 23.16 8.5 -
YUV 124.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 230 81 71 0 0.65 0.69 0.10 3.77 0.76 0.59
Hex E6 51 47 0 41 45 A 4 4C 3B
Octal 346 121 107 0 101 105 12 4 114 73
Binary 11100110 1010001 1000111 0 1000001 1000101 1010 100 1001100 111011

Color Harmonies of #E65147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65147

Black with #E65147

Text Example


Text Example

White with #E65147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65147; }

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

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

background-color css

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

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

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

border-color css

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

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

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