Html Css Color HEX #E05252 Valencia

📋 copy color: '#E05252'

red 224 ◦ green 82 ◦ blue 82

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

Shades of Valencia #E05252

Tints of Valencia #E05252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

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

R = 57.73%
G = 21.13%
B = 21.13%

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

#E05252 (or 0xE05252) is known color: Valencia. HEX triplet: E0, 52 and 52. RGB value is (224,82,82). Sum of RGB (Red+Green+Blue) = 224+82+82=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E05252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05252 is #1FADAD. Grayscale: #7C7C7C. Windows color (decimal): -2076078 or 5395168. OLE color: 5395168.

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

Color convert

RGB 224 82 82 -
CMYK 0 0.63 0.63 0.12
HSL 0.7% 0.6% -
HSV(B) 0.63% 0.88% -
XYZ 35.28 22.49 10.46 -
YUV 124.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 224 82 82 0 0.63 0.63 0.12 0 0.7 0.6
Hex E0 52 52 0 3F 3F C 0 46 3C
Octal 340 122 122 0 77 77 14 0 106 74
Binary 11100000 1010010 1010010 0 111111 111111 1100 0 1000110 111100

Color Harmonies of #E05252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05252

Black with #E05252

Text Example


Text Example

White with #E05252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05252; }

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

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

background-color css

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

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

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

border-color css

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

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

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