Html Css Color HEX #E67775 Geraldine

📋 copy color: '#E67775'

red 230 ◦ green 119 ◦ blue 117

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

Shades of Geraldine #E67775

Tints of Geraldine #E67775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 49.36%
G = 25.54%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67775 (or 0xE67775) is known color: Geraldine. HEX triplet: E6, 77 and 75. RGB value is (230,119,117). Sum of RGB (Red+Green+Blue) = 230+119+117=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67775 is #19888A. Grayscale: #989898. Windows color (decimal): -1673355 or 7698406. OLE color: 7698406.

HSL color Cylindrical-coordinate representation of color #E67775: hue angle of 1.06º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67775 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 117 -
CMYK 0 0.48 0.49 0.10
HSL 1.06º 0.69% 0.68% -
HSV(B) 1.06º 0.49% 0.9% -
XYZ 42.44 31.3 20.63 -
YUV 151.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 230 119 117 0 0.48 0.49 0.10 1.06 0.69 0.68
Hex E6 77 75 0 30 31 A 1 45 44
Octal 346 167 165 0 60 61 12 1 105 104
Binary 11100110 1110111 1110101 0 110000 110001 1010 1 1000101 1000100

Color Harmonies of #E67775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67775

Black with #E67775

Text Example


Text Example

White with #E67775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67775; }

 p { color: rgb(230,119,117); }

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

background-color css

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

 a { background-color: rgb(230,119,117); }

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

border-color css

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

 span { border-color: rgb(230,119,117); }

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