Html Css Color HEX #E6626B Froly

📋 copy color: '#E6626B'

red 230 ◦ green 98 ◦ blue 107

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

Shades of Froly #E6626B

Tints of Froly #E6626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 52.87%
G = 22.53%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6626B (or 0xE6626B) is known color: Froly. HEX triplet: E6, 62 and 6B. RGB value is (230,98,107). Sum of RGB (Red+Green+Blue) = 230+98+107=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6626B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6626B is #199D94. Grayscale: #8A8A8A. Windows color (decimal): -1678741 or 7037670. OLE color: 7037670.

HSL color Cylindrical-coordinate representation of color #E6626B: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6626B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 107 -
CMYK 0 0.57 0.53 0.10
HSL 355.91º 0.73% 0.64% -
HSV(B) 355.91º 0.57% 0.9% -
XYZ 39.65 26.62 16.96 -
YUV 138.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 230 98 107 0 0.57 0.53 0.10 355.91 0.73 0.64
Hex E6 62 6B 0 39 35 A 164 49 40
Octal 346 142 153 0 71 65 12 544 111 100
Binary 11100110 1100010 1101011 0 111001 110101 1010 101100100 1001001 1000000

Color Harmonies of #E6626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6626B

Black with #E6626B

Text Example


Text Example

White with #E6626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6626B; }

 p { color: rgb(230,98,107); }

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

background-color css

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

 a { background-color: rgb(230,98,107); }

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

border-color css

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

 span { border-color: rgb(230,98,107); }

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