Html Css Color HEX #E44E4B Valencia

📋 copy color: '#E44E4B'

red 228 ◦ green 78 ◦ blue 75

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

Shades of Valencia #E44E4B

Tints of Valencia #E44E4B

RGB

 RED value IS 228 (89.45% from 255) = 59.84%

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 59.84%
G = 20.47%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E44E4B (or 0xE44E4B) is known color: Valencia. HEX triplet: E4, 4E and 4B. RGB value is (228,78,75). Sum of RGB (Red+Green+Blue) = 228+78+75=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44E4B is #1BB1B4. Grayscale: #7A7A7A. Windows color (decimal): -1814965 or 4935396. OLE color: 4935396.

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

Color convert

RGB 228 78 75 -
CMYK 0 0.66 0.67 0.11
HSL 1.18º 0.74% 0.59% -
HSV(B) 1.18º 0.67% 0.89% -
XYZ 35.99 22.45 9.09 -
YUV 122.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 228 78 75 0 0.66 0.67 0.11 1.18 0.74 0.59
Hex E4 4E 4B 0 42 43 B 1 4A 3B
Octal 344 116 113 0 102 103 13 1 112 73
Binary 11100100 1001110 1001011 0 1000010 1000011 1011 1 1001010 111011

Color Harmonies of #E44E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E4B

Black with #E44E4B

Text Example


Text Example

White with #E44E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E4B; }

 p { color: rgb(228,78,75); }

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

background-color css

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

 a { background-color: rgb(228,78,75); }

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

border-color css

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

 span { border-color: rgb(228,78,75); }

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