Html Css Color HEX #E65D5A Roman

📋 copy color: '#E65D5A'

red 230 ◦ green 93 ◦ blue 90

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

Shades of Roman #E65D5A

Tints of Roman #E65D5A

RGB

 RED value IS 230 (90.23% from 255) = 55.69%

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

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

R = 55.69%
G = 22.52%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E65D5A (or 0xE65D5A) is known color: Roman. HEX triplet: E6, 5D and 5A. RGB value is (230,93,90). Sum of RGB (Red+Green+Blue) = 230+93+90=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D5A is #19A2A5. Grayscale: #858585. Windows color (decimal): -1680038 or 5922278. OLE color: 5922278.

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

Color convert

RGB 230 93 90 -
CMYK 0 0.60 0.61 0.10
HSL 1.29º 0.74% 0.63% -
HSV(B) 1.29º 0.61% 0.9% -
XYZ 38.39 25.39 12.55 -
YUV 133.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 230 93 90 0 0.60 0.61 0.10 1.29 0.74 0.63
Hex E6 5D 5A 0 3C 3D A 1 4A 3F
Octal 346 135 132 0 74 75 12 1 112 77
Binary 11100110 1011101 1011010 0 111100 111101 1010 1 1001010 111111

Color Harmonies of #E65D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65D5A

Black with #E65D5A

Text Example


Text Example

White with #E65D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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