Html Css Color HEX #E65F5D Roman

📋 copy color: '#E65F5D'

red 230 ◦ green 95 ◦ blue 93

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

Shades of Roman #E65F5D

Tints of Roman #E65F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 55.02%
G = 22.73%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E65F5D (or 0xE65F5D) is known color: Roman. HEX triplet: E6, 5F and 5D. RGB value is (230,95,93). Sum of RGB (Red+Green+Blue) = 230+95+93=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F5D is #19A0A2. Grayscale: #878787. Windows color (decimal): -1679523 or 6119398. OLE color: 6119398.

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

Color convert

RGB 230 95 93 -
CMYK 0 0.59 0.60 0.10
HSL 0.88º 0.73% 0.63% -
HSV(B) 0.88º 0.6% 0.9% -
XYZ 38.7 25.8 13.3 -
YUV 135.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 230 95 93 0 0.59 0.60 0.10 0.88 0.73 0.63
Hex E6 5F 5D 0 3B 3C A 1 49 3F
Octal 346 137 135 0 73 74 12 1 111 77
Binary 11100110 1011111 1011101 0 111011 111100 1010 1 1001001 111111

Color Harmonies of #E65F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F5D

Black with #E65F5D

Text Example


Text Example

White with #E65F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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