Html Css Color HEX #E67874 Geraldine

📋 copy color: '#E67874'

red 230 ◦ green 120 ◦ blue 116

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

Shades of Geraldine #E67874

Tints of Geraldine #E67874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 49.36%
G = 25.75%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67874 (or 0xE67874) is known color: Geraldine. HEX triplet: E6, 78 and 74. RGB value is (230,120,116). Sum of RGB (Red+Green+Blue) = 230+120+116=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67874 is #19878B. Grayscale: #989898. Windows color (decimal): -1673100 or 7633126. OLE color: 7633126.

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

Color convert

RGB 230 120 116 -
CMYK 0 0.48 0.50 0.10
HSL 2.11º 0.7% 0.68% -
HSV(B) 2.11º 0.5% 0.9% -
XYZ 42.5 31.52 20.37 -
YUV 152.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 230 120 116 0 0.48 0.50 0.10 2.11 0.7 0.68
Hex E6 78 74 0 30 32 A 2 46 44
Octal 346 170 164 0 60 62 12 2 106 104
Binary 11100110 1111000 1110100 0 110000 110010 1010 10 1000110 1000100

Color Harmonies of #E67874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67874

Black with #E67874

Text Example


Text Example

White with #E67874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67874; }

 p { color: rgb(230,120,116); }

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

background-color css

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

 a { background-color: rgb(230,120,116); }

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

border-color css

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

 span { border-color: rgb(230,120,116); }

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