Html Css Color HEX #E05352 Valencia

📋 copy color: '#E05352'

red 224 ◦ green 83 ◦ blue 82

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

Shades of Valencia #E05352

Tints of Valencia #E05352

RGB

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

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

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

R = 57.58%
G = 21.34%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E05352 (or 0xE05352) is known color: Valencia. HEX triplet: E0, 53 and 52. RGB value is (224,83,82). Sum of RGB (Red+Green+Blue) = 224+83+82=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E05352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05352 is #1FACAD. Grayscale: #7D7D7D. Windows color (decimal): -2075822 or 5395424. OLE color: 5395424.

HSL color Cylindrical-coordinate representation of color #E05352: hue angle of 0.42º 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 #E05352 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 82 -
CMYK 0 0.63 0.63 0.12
HSL 0.42º 0.7% 0.6% -
HSV(B) 0.42º 0.63% 0.88% -
XYZ 35.36 22.64 10.49 -
YUV 125.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 224 83 82 0 0.63 0.63 0.12 0.42 0.7 0.6
Hex E0 53 52 0 3F 3F C 0 46 3C
Octal 340 123 122 0 77 77 14 0 106 74
Binary 11100000 1010011 1010010 0 111111 111111 1100 0 1000110 111100

Color Harmonies of #E05352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05352

Black with #E05352

Text Example


Text Example

White with #E05352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05352; }

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

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

background-color css

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

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

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

border-color css

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

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

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