Html Css Color HEX #E67375 Froly

📋 copy color: '#E67375'

red 230 ◦ green 115 ◦ blue 117

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

Shades of Froly #E67375

Tints of Froly #E67375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 49.78%
G = 24.89%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67375 (or 0xE67375) is known color: Froly. HEX triplet: E6, 73 and 75. RGB value is (230,115,117). Sum of RGB (Red+Green+Blue) = 230+115+117=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E67375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67375 is #198C8A. Grayscale: #959595. Windows color (decimal): -1674379 or 7697382. OLE color: 7697382.

HSL color Cylindrical-coordinate representation of color #E67375: hue angle of 358.96º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67375 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 117 -
CMYK 0 0.5 0.49 0.10
HSL 358.96º 0.7% 0.68% -
HSV(B) 358.96º 0.5% 0.9% -
XYZ 41.97 30.37 20.48 -
YUV 149.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 230 115 117 0 0.5 0.49 0.10 358.96 0.7 0.68
Hex E6 73 75 0 32 31 A 167 46 44
Octal 346 163 165 0 62 61 12 547 106 104
Binary 11100110 1110011 1110101 0 110010 110001 1010 101100111 1000110 1000100

Color Harmonies of #E67375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67375

Black with #E67375

Text Example


Text Example

White with #E67375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67375; }

 p { color: rgb(230,115,117); }

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

background-color css

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

 a { background-color: rgb(230,115,117); }

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

border-color css

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

 span { border-color: rgb(230,115,117); }

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