Html Css Color HEX #E67A71 Geraldine

📋 copy color: '#E67A71'

red 230 ◦ green 122 ◦ blue 113

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

Shades of Geraldine #E67A71

Tints of Geraldine #E67A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

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

R = 49.46%
G = 26.24%
B = 24.3%

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

#E67A71 (or 0xE67A71) is known color: Geraldine. HEX triplet: E6, 7A and 71. RGB value is (230,122,113). Sum of RGB (Red+Green+Blue) = 230+122+113=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A71 is #19858E. Grayscale: #999999. Windows color (decimal): -1672591 or 7437030. OLE color: 7437030.

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

Color convert

RGB 230 122 113 -
CMYK 0 0.47 0.51 0.10
HSL 4.62º 0.7% 0.67% -
HSV(B) 4.62º 0.51% 0.9% -
XYZ 42.57 31.93 19.54 -
YUV 153.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 230 122 113 0 0.47 0.51 0.10 4.62 0.7 0.67
Hex E6 7A 71 0 2F 33 A 5 46 43
Octal 346 172 161 0 57 63 12 5 106 103
Binary 11100110 1111010 1110001 0 101111 110011 1010 101 1000110 1000011

Color Harmonies of #E67A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A71

Black with #E67A71

Text Example


Text Example

White with #E67A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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