Html Css Color HEX #E67D6E Geraldine

📋 copy color: '#E67D6E'

red 230 ◦ green 125 ◦ blue 110

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

Shades of Geraldine #E67D6E

Tints of Geraldine #E67D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 49.46%
G = 26.88%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E67D6E (or 0xE67D6E) is known color: Geraldine. HEX triplet: E6, 7D and 6E. RGB value is (230,125,110). Sum of RGB (Red+Green+Blue) = 230+125+110=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D6E is #198291. Grayscale: #9A9A9A. Windows color (decimal): -1671826 or 7241190. OLE color: 7241190.

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

Color convert

RGB 230 125 110 -
CMYK 0 0.46 0.52 0.10
HSL 7.5º 0.71% 0.67% -
HSV(B) 7.5º 0.52% 0.9% -
XYZ 42.78 32.62 18.79 -
YUV 154.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 230 125 110 0 0.46 0.52 0.10 7.5 0.71 0.67
Hex E6 7D 6E 0 2E 34 A 8 47 43
Octal 346 175 156 0 56 64 12 10 107 103
Binary 11100110 1111101 1101110 0 101110 110100 1010 1000 1000111 1000011

Color Harmonies of #E67D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D6E

Black with #E67D6E

Text Example


Text Example

White with #E67D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D6E; }

 p { color: rgb(230,125,110); }

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

background-color css

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

 a { background-color: rgb(230,125,110); }

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

border-color css

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

 span { border-color: rgb(230,125,110); }

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