Html Css Color HEX #E25252 Valencia

📋 copy color: '#E25252'

red 226 ◦ green 82 ◦ blue 82

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

Shades of Valencia #E25252

Tints of Valencia #E25252

RGB

 RED value IS 226 (88.67% from 255) = 57.95%

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

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

R = 57.95%
G = 21.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E25252 (or 0xE25252) is known color: Valencia. HEX triplet: E2, 52 and 52. RGB value is (226,82,82). Sum of RGB (Red+Green+Blue) = 226+82+82=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E25252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25252 is #1DADAD. Grayscale: #7D7D7D. Windows color (decimal): -1945006 or 5395170. OLE color: 5395170.

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

Color convert

RGB 226 82 82 -
CMYK 0 0.64 0.64 0.11
HSL 0.71% 0.6% -
HSV(B) 0.64% 0.89% -
XYZ 35.9 22.81 10.49 -
YUV 125.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 226 82 82 0 0.64 0.64 0.11 0 0.71 0.6
Hex E2 52 52 0 40 40 B 0 47 3C
Octal 342 122 122 0 100 100 13 0 107 74
Binary 11100010 1010010 1010010 0 1000000 1000000 1011 0 1000111 111100

Color Harmonies of #E25252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25252

Black with #E25252

Text Example


Text Example

White with #E25252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25252; }

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

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

background-color css

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

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

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

border-color css

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

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

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