Html Css Color HEX #E67175 Froly

📋 copy color: '#E67175'

red 230 ◦ green 113 ◦ blue 117

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

Shades of Froly #E67175

Tints of Froly #E67175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

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

R = 50%
G = 24.57%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67175 (or 0xE67175) is known color: Froly. HEX triplet: E6, 71 and 75. RGB value is (230,113,117). Sum of RGB (Red+Green+Blue) = 230+113+117=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67175 is #198E8A. Grayscale: #949494. Windows color (decimal): -1674891 or 7696870. OLE color: 7696870.

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

Color convert

RGB 230 113 117 -
CMYK 0 0.51 0.49 0.10
HSL 357.95º 0.7% 0.67% -
HSV(B) 357.95º 0.51% 0.9% -
XYZ 41.75 29.92 20.4 -
YUV 148.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 230 113 117 0 0.51 0.49 0.10 357.95 0.7 0.67
Hex E6 71 75 0 33 31 A 166 46 43
Octal 346 161 165 0 63 61 12 546 106 103
Binary 11100110 1110001 1110101 0 110011 110001 1010 101100110 1000110 1000011

Color Harmonies of #E67175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67175

Black with #E67175

Text Example


Text Example

White with #E67175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67175; }

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

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

background-color css

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

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

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

border-color css

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

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

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