Html Css Color HEX #E05852 Valencia

📋 copy color: '#E05852'

red 224 ◦ green 88 ◦ blue 82

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

Shades of Valencia #E05852

Tints of Valencia #E05852

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 56.85%
G = 22.34%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E05852 (or 0xE05852) is known color: Valencia. HEX triplet: E0, 58 and 52. RGB value is (224,88,82). Sum of RGB (Red+Green+Blue) = 224+88+82=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E05852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05852 is #1FA7AD. Grayscale: #808080. Windows color (decimal): -2074542 or 5396704. OLE color: 5396704.

HSL color Cylindrical-coordinate representation of color #E05852: hue angle of 2.54º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05852 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 88 82 -
CMYK 0 0.61 0.63 0.12
HSL 2.54º 0.7% 0.6% -
HSV(B) 2.54º 0.63% 0.88% -
XYZ 35.75 23.44 10.62 -
YUV 127.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 224 88 82 0 0.61 0.63 0.12 2.54 0.7 0.6
Hex E0 58 52 0 3D 3F C 3 46 3C
Octal 340 130 122 0 75 77 14 3 106 74
Binary 11100000 1011000 1010010 0 111101 111111 1100 11 1000110 111100

Color Harmonies of #E05852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05852

Black with #E05852

Text Example


Text Example

White with #E05852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05852; }

 p { color: rgb(224,88,82); }

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

background-color css

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

 a { background-color: rgb(224,88,82); }

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

border-color css

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

 span { border-color: rgb(224,88,82); }

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