Html Css Color HEX #E67274 Froly

📋 copy color: '#E67274'

red 230 ◦ green 114 ◦ blue 116

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

Shades of Froly #E67274

Tints of Froly #E67274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 50%
G = 24.78%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67274 (or 0xE67274) is known color: Froly. HEX triplet: E6, 72 and 74. RGB value is (230,114,116). Sum of RGB (Red+Green+Blue) = 230+114+116=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67274 is #198D8B. Grayscale: #959595. Windows color (decimal): -1674636 or 7631590. OLE color: 7631590.

HSL color Cylindrical-coordinate representation of color #E67274: hue angle of 358.97º 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 #E67274 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 116 -
CMYK 0 0.50 0.50 0.10
HSL 358.97º 0.7% 0.67% -
HSV(B) 358.97º 0.5% 0.9% -
XYZ 41.8 30.12 20.13 -
YUV 148.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 230 114 116 0 0.50 0.50 0.10 358.97 0.7 0.67
Hex E6 72 74 0 32 32 A 167 46 43
Octal 346 162 164 0 62 62 12 547 106 103
Binary 11100110 1110010 1110100 0 110010 110010 1010 101100111 1000110 1000011

Color Harmonies of #E67274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67274

Black with #E67274

Text Example


Text Example

White with #E67274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67274; }

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

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

background-color css

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

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

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

border-color css

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

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

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