Html Css Color HEX #E55352 Valencia

📋 copy color: '#E55352'

red 229 ◦ green 83 ◦ blue 82

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

Shades of Valencia #E55352

Tints of Valencia #E55352

RGB

 RED value IS 229 (89.84% from 255) = 58.12%

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

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

R = 58.12%
G = 21.07%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E55352 (or 0xE55352) is known color: Valencia. HEX triplet: E5, 53 and 52. RGB value is (229,83,82). Sum of RGB (Red+Green+Blue) = 229+83+82=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E55352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55352 is #1AACAD. Grayscale: #7E7E7E. Windows color (decimal): -1748142 or 5395429. OLE color: 5395429.

HSL color Cylindrical-coordinate representation of color #E55352: hue angle of 0.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55352 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 82 -
CMYK 0 0.64 0.64 0.10
HSL 0.41º 0.74% 0.61% -
HSV(B) 0.41º 0.64% 0.9% -
XYZ 36.93 23.45 10.56 -
YUV 126.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 229 83 82 0 0.64 0.64 0.10 0.41 0.74 0.61
Hex E5 53 52 0 40 40 A 0 4A 3D
Octal 345 123 122 0 100 100 12 0 112 75
Binary 11100101 1010011 1010010 0 1000000 1000000 1010 0 1001010 111101

Color Harmonies of #E55352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55352

Black with #E55352

Text Example


Text Example

White with #E55352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55352; }

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

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

background-color css

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

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

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

border-color css

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

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

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