Html Css Color HEX #E67A6C Geraldine

📋 copy color: '#E67A6C'

red 230 ◦ green 122 ◦ blue 108

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

Shades of Geraldine #E67A6C

Tints of Geraldine #E67A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 50%
G = 26.52%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E67A6C (or 0xE67A6C) is known color: Geraldine. HEX triplet: E6, 7A and 6C. RGB value is (230,122,108). Sum of RGB (Red+Green+Blue) = 230+122+108=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A6C is #198593. Grayscale: #989898. Windows color (decimal): -1672596 or 7109350. OLE color: 7109350.

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

Color convert

RGB 230 122 108 -
CMYK 0 0.47 0.53 0.10
HSL 6.89º 0.71% 0.66% -
HSV(B) 6.89º 0.53% 0.9% -
XYZ 42.3 31.82 18.1 -
YUV 152.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 230 122 108 0 0.47 0.53 0.10 6.89 0.71 0.66
Hex E6 7A 6C 0 2F 35 A 7 47 42
Octal 346 172 154 0 57 65 12 7 107 102
Binary 11100110 1111010 1101100 0 101111 110101 1010 111 1000111 1000010

Color Harmonies of #E67A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A6C

Black with #E67A6C

Text Example


Text Example

White with #E67A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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