Html Css Color HEX #E66B7D Froly

📋 copy color: '#E66B7D'

red 230 ◦ green 107 ◦ blue 125

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

Shades of Froly #E66B7D

Tints of Froly #E66B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 49.78%
G = 23.16%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E66B7D (or 0xE66B7D) is known color: Froly. HEX triplet: E6, 6B and 7D. RGB value is (230,107,125). Sum of RGB (Red+Green+Blue) = 230+107+125=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B7D is #199482. Grayscale: #919191. Windows color (decimal): -1676419 or 8219622. OLE color: 8219622.

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

Color convert

RGB 230 107 125 -
CMYK 0 0.53 0.46 0.10
HSL 351.22º 0.71% 0.66% -
HSV(B) 351.22º 0.53% 0.9% -
XYZ 41.59 28.82 22.77 -
YUV 145.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 230 107 125 0 0.53 0.46 0.10 351.22 0.71 0.66
Hex E6 6B 7D 0 35 2E A 15F 47 42
Octal 346 153 175 0 65 56 12 537 107 102
Binary 11100110 1101011 1111101 0 110101 101110 1010 101011111 1000111 1000010

Color Harmonies of #E66B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66B7D

Black with #E66B7D

Text Example


Text Example

White with #E66B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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