Html Css Color HEX #E67971 Geraldine

📋 copy color: '#E67971'

red 230 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #E67971

Tints of Geraldine #E67971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 49.57%
G = 26.08%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E67971 (or 0xE67971) is known color: Geraldine. HEX triplet: E6, 79 and 71. RGB value is (230,121,113). Sum of RGB (Red+Green+Blue) = 230+121+113=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E67971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67971 is #19868E. Grayscale: #989898. Windows color (decimal): -1672847 or 7436774. OLE color: 7436774.

HSL color Cylindrical-coordinate representation of color #E67971: hue angle of 4.1º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67971 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 113 -
CMYK 0 0.47 0.51 0.10
HSL 4.1º 0.7% 0.67% -
HSV(B) 4.1º 0.51% 0.9% -
XYZ 42.45 31.69 19.5 -
YUV 152.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 230 121 113 0 0.47 0.51 0.10 4.1 0.7 0.67
Hex E6 79 71 0 2F 33 A 4 46 43
Octal 346 171 161 0 57 63 12 4 106 103
Binary 11100110 1111001 1110001 0 101111 110011 1010 100 1000110 1000011

Color Harmonies of #E67971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67971

Black with #E67971

Text Example


Text Example

White with #E67971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67971; }

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

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

background-color css

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

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

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

border-color css

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

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

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