Html Css Color HEX #E94D4B Valencia

📋 copy color: '#E94D4B'

red 233 ◦ green 77 ◦ blue 75

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

Shades of Valencia #E94D4B

Tints of Valencia #E94D4B

RGB

 RED value IS 233 (91.41% from 255) = 60.52%

 GREEN value IS 77 (30.47% from 255) = 20%

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

R = 60.52%
G = 20%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E94D4B (or 0xE94D4B) is known color: Valencia. HEX triplet: E9, 4D and 4B. RGB value is (233,77,75). Sum of RGB (Red+Green+Blue) = 233+77+75=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D4B is #16B2B4. Grayscale: #7B7B7B. Windows color (decimal): -1487541 or 4935145. OLE color: 4935145.

HSL color Cylindrical-coordinate representation of color #E94D4B: hue angle of 0.76º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94D4B is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 75 -
CMYK 0 0.67 0.68 0.09
HSL 0.76º 0.78% 0.6% -
HSV(B) 0.76º 0.68% 0.91% -
XYZ 37.53 23.14 9.15 -
YUV 123.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 233 77 75 0 0.67 0.68 0.09 0.76 0.78 0.6
Hex E9 4D 4B 0 43 44 9 1 4E 3C
Octal 351 115 113 0 103 104 11 1 116 74
Binary 11101001 1001101 1001011 0 1000011 1000100 1001 1 1001110 111100

Color Harmonies of #E94D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D4B

Black with #E94D4B

Text Example


Text Example

White with #E94D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D4B; }

 p { color: rgb(233,77,75); }

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

background-color css

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

 a { background-color: rgb(233,77,75); }

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

border-color css

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

 span { border-color: rgb(233,77,75); }

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