Html Css Color HEX #E67C68 Geraldine

📋 copy color: '#E67C68'

red 230 ◦ green 124 ◦ blue 104

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

Shades of Geraldine #E67C68

Tints of Geraldine #E67C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.07%

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 50.22%
G = 27.07%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E67C68 (or 0xE67C68) is known color: Geraldine. HEX triplet: E6, 7C and 68. RGB value is (230,124,104). Sum of RGB (Red+Green+Blue) = 230+124+104=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C68 is #198397. Grayscale: #999999. Windows color (decimal): -1672088 or 6847718. OLE color: 6847718.

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

Color convert

RGB 230 124 104 -
CMYK 0 0.46 0.55 0.10
HSL 9.52º 0.72% 0.65% -
HSV(B) 9.52º 0.55% 0.9% -
XYZ 42.34 32.24 17.09 -
YUV 153.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 230 124 104 0 0.46 0.55 0.10 9.52 0.72 0.65
Hex E6 7C 68 0 2E 37 A A 48 41
Octal 346 174 150 0 56 67 12 12 110 101
Binary 11100110 1111100 1101000 0 101110 110111 1010 1010 1001000 1000001

Color Harmonies of #E67C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C68

Black with #E67C68

Text Example


Text Example

White with #E67C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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