Html Css Color HEX #E67D6A Geraldine

📋 copy color: '#E67D6A'

red 230 ◦ green 125 ◦ blue 106

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

Shades of Geraldine #E67D6A

Tints of Geraldine #E67D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 49.89%
G = 27.11%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E67D6A (or 0xE67D6A) is known color: Geraldine. HEX triplet: E6, 7D and 6A. RGB value is (230,125,106). Sum of RGB (Red+Green+Blue) = 230+125+106=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D6A is #198295. Grayscale: #9A9A9A. Windows color (decimal): -1671830 or 6979046. OLE color: 6979046.

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

Color convert

RGB 230 125 106 -
CMYK 0 0.46 0.54 0.10
HSL 9.19º 0.71% 0.66% -
HSV(B) 9.19º 0.54% 0.9% -
XYZ 42.57 32.53 17.67 -
YUV 154.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 230 125 106 0 0.46 0.54 0.10 9.19 0.71 0.66
Hex E6 7D 6A 0 2E 36 A 9 47 42
Octal 346 175 152 0 56 66 12 11 107 102
Binary 11100110 1111101 1101010 0 101110 110110 1010 1001 1000111 1000010

Color Harmonies of #E67D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D6A

Black with #E67D6A

Text Example


Text Example

White with #E67D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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