Html Css Color HEX #E67275 Froly

📋 copy color: '#E67275'

red 230 ◦ green 114 ◦ blue 117

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

Shades of Froly #E67275

Tints of Froly #E67275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 49.89%
G = 24.73%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67275 (or 0xE67275) is known color: Froly. HEX triplet: E6, 72 and 75. RGB value is (230,114,117). Sum of RGB (Red+Green+Blue) = 230+114+117=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67275 is #198D8A. Grayscale: #959595. Windows color (decimal): -1674635 or 7697126. OLE color: 7697126.

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

Color convert

RGB 230 114 117 -
CMYK 0 0.50 0.49 0.10
HSL 358.45º 0.7% 0.67% -
HSV(B) 358.45º 0.5% 0.9% -
XYZ 41.86 30.14 20.44 -
YUV 149.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 230 114 117 0 0.50 0.49 0.10 358.45 0.7 0.67
Hex E6 72 75 0 32 31 A 166 46 43
Octal 346 162 165 0 62 61 12 546 106 103
Binary 11100110 1110010 1110101 0 110010 110001 1010 101100110 1000110 1000011

Color Harmonies of #E67275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67275

Black with #E67275

Text Example


Text Example

White with #E67275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67275; }

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

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

background-color css

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

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

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

border-color css

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

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

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