Html Css Color HEX #E6707D Froly

📋 copy color: '#E6707D'

red 230 ◦ green 112 ◦ blue 125

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

Shades of Froly #E6707D

Tints of Froly #E6707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 49.25%
G = 23.98%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6707D (or 0xE6707D) is known color: Froly. HEX triplet: E6, 70 and 7D. RGB value is (230,112,125). Sum of RGB (Red+Green+Blue) = 230+112+125=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6707D is #198F82. Grayscale: #949494. Windows color (decimal): -1675139 or 8220902. OLE color: 8220902.

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

Color convert

RGB 230 112 125 -
CMYK 0 0.51 0.46 0.10
HSL 353.39º 0.7% 0.67% -
HSV(B) 353.39º 0.51% 0.9% -
XYZ 42.13 29.89 22.95 -
YUV 148.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 230 112 125 0 0.51 0.46 0.10 353.39 0.7 0.67
Hex E6 70 7D 0 33 2E A 161 46 43
Octal 346 160 175 0 63 56 12 541 106 103
Binary 11100110 1110000 1111101 0 110011 101110 1010 101100001 1000110 1000011

Color Harmonies of #E6707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6707D

Black with #E6707D

Text Example


Text Example

White with #E6707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6707D; }

 p { color: rgb(230,112,125); }

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

background-color css

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

 a { background-color: rgb(230,112,125); }

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

border-color css

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

 span { border-color: rgb(230,112,125); }

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