Html Css Color HEX #E6504B Valencia

📋 copy color: '#E6504B'

red 230 ◦ green 80 ◦ blue 75

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

Shades of Valencia #E6504B

Tints of Valencia #E6504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 59.74%
G = 20.78%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6504B (or 0xE6504B) is known color: Valencia. HEX triplet: E6, 50 and 4B. RGB value is (230,80,75). Sum of RGB (Red+Green+Blue) = 230+80+75=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6504B is #19AFB4. Grayscale: #7C7C7C. Windows color (decimal): -1683381 or 4935910. OLE color: 4935910.

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

Color convert

RGB 230 80 75 -
CMYK 0 0.65 0.67 0.10
HSL 1.94º 0.76% 0.6% -
HSV(B) 1.94º 0.67% 0.9% -
XYZ 36.77 23.07 9.17 -
YUV 124.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 230 80 75 0 0.65 0.67 0.10 1.94 0.76 0.6
Hex E6 50 4B 0 41 43 A 2 4C 3C
Octal 346 120 113 0 101 103 12 2 114 74
Binary 11100110 1010000 1001011 0 1000001 1000011 1010 10 1001100 111100

Color Harmonies of #E6504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6504B

Black with #E6504B

Text Example


Text Example

White with #E6504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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