Html Css Color HEX #E67B7C Froly

📋 copy color: '#E67B7C'

red 230 ◦ green 123 ◦ blue 124

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

Shades of Froly #E67B7C

Tints of Froly #E67B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 48.22%
G = 25.79%
B = 26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E67B7C (or 0xE67B7C) is known color: Froly. HEX triplet: E6, 7B and 7C. RGB value is (230,123,124). Sum of RGB (Red+Green+Blue) = 230+123+124=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B7C is #198483. Grayscale: #9B9B9B. Windows color (decimal): -1672324 or 8158182. OLE color: 8158182.

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

Color convert

RGB 230 123 124 -
CMYK 0 0.47 0.46 0.10
HSL 359.44º 0.68% 0.69% -
HSV(B) 359.44º 0.47% 0.9% -
XYZ 43.35 32.44 23.05 -
YUV 155.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 230 123 124 0 0.47 0.46 0.10 359.44 0.68 0.69
Hex E6 7B 7C 0 2F 2E A 167 44 45
Octal 346 173 174 0 57 56 12 547 104 105
Binary 11100110 1111011 1111100 0 101111 101110 1010 101100111 1000100 1000101

Color Harmonies of #E67B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67B7C

Black with #E67B7C

Text Example


Text Example

White with #E67B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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