Html Css Color HEX #E35652 Valencia

📋 copy color: '#E35652'

red 227 ◦ green 86 ◦ blue 82

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

Shades of Valencia #E35652

Tints of Valencia #E35652

RGB

 RED value IS 227 (89.06% from 255) = 57.47%

 GREEN value IS 86 (33.98% from 255) = 21.77%

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 57.47%
G = 21.77%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E35652 (or 0xE35652) is known color: Valencia. HEX triplet: E3, 56 and 52. RGB value is (227,86,82). Sum of RGB (Red+Green+Blue) = 227+86+82=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E35652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35652 is #1CA9AD. Grayscale: #7F7F7F. Windows color (decimal): -1878446 or 5396195. OLE color: 5396195.

HSL color Cylindrical-coordinate representation of color #E35652: hue angle of 1.66º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35652 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 86 82 -
CMYK 0 0.62 0.64 0.11
HSL 1.66º 0.72% 0.61% -
HSV(B) 1.66º 0.64% 0.89% -
XYZ 36.53 23.6 10.61 -
YUV 127.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 227 86 82 0 0.62 0.64 0.11 1.66 0.72 0.61
Hex E3 56 52 0 3E 40 B 2 48 3D
Octal 343 126 122 0 76 100 13 2 110 75
Binary 11100011 1010110 1010010 0 111110 1000000 1011 10 1001000 111101

Color Harmonies of #E35652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35652

Black with #E35652

Text Example


Text Example

White with #E35652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35652; }

 p { color: rgb(227,86,82); }

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

background-color css

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

 a { background-color: rgb(227,86,82); }

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

border-color css

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

 span { border-color: rgb(227,86,82); }

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