Html Css Color HEX #E65350 Valencia

📋 copy color: '#E65350'

red 230 ◦ green 83 ◦ blue 80

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

Shades of Valencia #E65350

Tints of Valencia #E65350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 58.52%
G = 21.12%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E65350 (or 0xE65350) is known color: Valencia. HEX triplet: E6, 53 and 50. RGB value is (230,83,80). Sum of RGB (Red+Green+Blue) = 230+83+80=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E65350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65350 is #19ACAF. Grayscale: #7E7E7E. Windows color (decimal): -1682608 or 5264358. OLE color: 5264358.

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

Color convert

RGB 230 83 80 -
CMYK 0 0.64 0.65 0.10
HSL 1.2º 0.75% 0.61% -
HSV(B) 1.2º 0.65% 0.9% -
XYZ 37.17 23.59 10.18 -
YUV 126.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 230 83 80 0 0.64 0.65 0.10 1.2 0.75 0.61
Hex E6 53 50 0 40 41 A 1 4B 3D
Octal 346 123 120 0 100 101 12 1 113 75
Binary 11100110 1010011 1010000 0 1000000 1000001 1010 1 1001011 111101

Color Harmonies of #E65350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65350

Black with #E65350

Text Example


Text Example

White with #E65350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65350; }

 p { color: rgb(230,83,80); }

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

background-color css

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

 a { background-color: rgb(230,83,80); }

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

border-color css

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

 span { border-color: rgb(230,83,80); }

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