Html Css Color HEX #E6707E Froly

📋 copy color: '#E6707E'

red 230 ◦ green 112 ◦ blue 126

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

Shades of Froly #E6707E

Tints of Froly #E6707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.92%

R = 49.15%
G = 23.93%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6707E (or 0xE6707E) is known color: Froly. HEX triplet: E6, 70 and 7E. RGB value is (230,112,126). Sum of RGB (Red+Green+Blue) = 230+112+126=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6707E is #198F81. Grayscale: #949494. Windows color (decimal): -1675138 or 8286438. OLE color: 8286438.

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

Color convert

RGB 230 112 126 -
CMYK 0 0.51 0.45 0.10
HSL 352.88º 0.7% 0.67% -
HSV(B) 352.88º 0.51% 0.9% -
XYZ 42.19 29.92 23.29 -
YUV 148.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 230 112 126 0 0.51 0.45 0.10 352.88 0.7 0.67
Hex E6 70 7E 0 33 2D A 161 46 43
Octal 346 160 176 0 63 55 12 541 106 103
Binary 11100110 1110000 1111110 0 110011 101101 1010 101100001 1000110 1000011

Color Harmonies of #E6707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6707E

Black with #E6707E

Text Example


Text Example

White with #E6707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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