Html Css Color HEX #E67969 Geraldine

📋 copy color: '#E67969'

red 230 ◦ green 121 ◦ blue 105

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

Shades of Geraldine #E67969

Tints of Geraldine #E67969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 50.44%
G = 26.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E67969 (or 0xE67969) is known color: Geraldine. HEX triplet: E6, 79 and 69. RGB value is (230,121,105). Sum of RGB (Red+Green+Blue) = 230+121+105=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E67969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67969 is #198696. Grayscale: #979797. Windows color (decimal): -1672855 or 6912486. OLE color: 6912486.

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

Color convert

RGB 230 121 105 -
CMYK 0 0.47 0.54 0.10
HSL 7.68º 0.71% 0.66% -
HSV(B) 7.68º 0.54% 0.9% -
XYZ 42.02 31.52 17.23 -
YUV 151.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 230 121 105 0 0.47 0.54 0.10 7.68 0.71 0.66
Hex E6 79 69 0 2F 36 A 8 47 42
Octal 346 171 151 0 57 66 12 10 107 102
Binary 11100110 1111001 1101001 0 101111 110110 1010 1000 1000111 1000010

Color Harmonies of #E67969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67969

Black with #E67969

Text Example


Text Example

White with #E67969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67969; }

 p { color: rgb(230,121,105); }

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

background-color css

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

 a { background-color: rgb(230,121,105); }

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

border-color css

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

 span { border-color: rgb(230,121,105); }

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