Html Css Color HEX #E67A7F Froly

📋 copy color: '#E67A7F'

red 230 ◦ green 122 ◦ blue 127

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

Shades of Froly #E67A7F

Tints of Froly #E67A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

 BLUE value IS 127 (50% from 255) = 26.51%

R = 48.02%
G = 25.47%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E67A7F (or 0xE67A7F) is known color: Froly. HEX triplet: E6, 7A and 7F. RGB value is (230,122,127). Sum of RGB (Red+Green+Blue) = 230+122+127=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A7F is #198580. Grayscale: #9A9A9A. Windows color (decimal): -1672577 or 8354534. OLE color: 8354534.

HSL color Cylindrical-coordinate representation of color #E67A7F: hue angle of 357.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67A7F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 122 127 -
CMYK 0 0.47 0.45 0.10
HSL 357.22º 0.68% 0.69% -
HSV(B) 357.22º 0.47% 0.9% -
XYZ 43.42 32.27 24.02 -
YUV 154.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 230 122 127 0 0.47 0.45 0.10 357.22 0.68 0.69
Hex E6 7A 7F 0 2F 2D A 165 44 45
Octal 346 172 177 0 57 55 12 545 104 105
Binary 11100110 1111010 1111111 0 101111 101101 1010 101100101 1000100 1000101

Color Harmonies of #E67A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A7F

Black with #E67A7F

Text Example


Text Example

White with #E67A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A7F; }

 p { color: rgb(230,122,127); }

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

background-color css

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

 a { background-color: rgb(230,122,127); }

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

border-color css

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

 span { border-color: rgb(230,122,127); }

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