Html Css Color HEX #E67A7B Froly

📋 copy color: '#E67A7B'

red 230 ◦ green 122 ◦ blue 123

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

Shades of Froly #E67A7B

Tints of Froly #E67A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 48.42%
G = 25.68%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E67A7B (or 0xE67A7B) is known color: Froly. HEX triplet: E6, 7A and 7B. RGB value is (230,122,123). Sum of RGB (Red+Green+Blue) = 230+122+123=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A7B is #198584. Grayscale: #9A9A9A. Windows color (decimal): -1672581 or 8092390. OLE color: 8092390.

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

Color convert

RGB 230 122 123 -
CMYK 0 0.47 0.47 0.10
HSL 359.44º 0.68% 0.69% -
HSV(B) 359.44º 0.47% 0.9% -
XYZ 43.17 32.17 22.67 -
YUV 154.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 230 122 123 0 0.47 0.47 0.10 359.44 0.68 0.69
Hex E6 7A 7B 0 2F 2F A 167 44 45
Octal 346 172 173 0 57 57 12 547 104 105
Binary 11100110 1111010 1111011 0 101111 101111 1010 101100111 1000100 1000101

Color Harmonies of #E67A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A7B

Black with #E67A7B

Text Example


Text Example

White with #E67A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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