Html Css Color HEX #E75D5A Roman

📋 copy color: '#E75D5A'

red 231 ◦ green 93 ◦ blue 90

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

Shades of Roman #E75D5A

Tints of Roman #E75D5A

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 55.8%
G = 22.46%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E75D5A (or 0xE75D5A) is known color: Roman. HEX triplet: E7, 5D and 5A. RGB value is (231,93,90). Sum of RGB (Red+Green+Blue) = 231+93+90=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D5A is #18A2A5. Grayscale: #868686. Windows color (decimal): -1614502 or 5922279. OLE color: 5922279.

HSL color Cylindrical-coordinate representation of color #E75D5A: hue angle of 1.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75D5A is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 90 -
CMYK 0 0.60 0.61 0.09
HSL 1.28º 0.75% 0.63% -
HSV(B) 1.28º 0.61% 0.91% -
XYZ 38.71 25.56 12.57 -
YUV 133.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 231 93 90 0 0.60 0.61 0.09 1.28 0.75 0.63
Hex E7 5D 5A 0 3C 3D 9 1 4B 3F
Octal 347 135 132 0 74 75 11 1 113 77
Binary 11100111 1011101 1011010 0 111100 111101 1001 1 1001011 111111

Color Harmonies of #E75D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D5A

Black with #E75D5A

Text Example


Text Example

White with #E75D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D5A; }

 p { color: rgb(231,93,90); }

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

background-color css

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

 a { background-color: rgb(231,93,90); }

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

border-color css

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

 span { border-color: rgb(231,93,90); }

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