Html Css Color HEX #E67974 Geraldine

📋 copy color: '#E67974'

red 230 ◦ green 121 ◦ blue 116

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

Shades of Geraldine #E67974

Tints of Geraldine #E67974

RGB

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

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

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

R = 49.25%
G = 25.91%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67974 (or 0xE67974) is known color: Geraldine. HEX triplet: E6, 79 and 74. RGB value is (230,121,116). Sum of RGB (Red+Green+Blue) = 230+121+116=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E67974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67974 is #19868B. Grayscale: #999999. Windows color (decimal): -1672844 or 7633382. OLE color: 7633382.

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

Color convert

RGB 230 121 116 -
CMYK 0 0.47 0.50 0.10
HSL 2.63º 0.7% 0.68% -
HSV(B) 2.63º 0.5% 0.9% -
XYZ 42.62 31.76 20.41 -
YUV 153.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 230 121 116 0 0.47 0.50 0.10 2.63 0.7 0.68
Hex E6 79 74 0 2F 32 A 3 46 44
Octal 346 171 164 0 57 62 12 3 106 104
Binary 11100110 1111001 1110100 0 101111 110010 1010 11 1000110 1000100

Color Harmonies of #E67974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67974

Black with #E67974

Text Example


Text Example

White with #E67974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67974; }

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

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

background-color css

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

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

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

border-color css

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

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

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