Html Css Color HEX #E67A6E Geraldine

📋 copy color: '#E67A6E'

red 230 ◦ green 122 ◦ blue 110

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

Shades of Geraldine #E67A6E

Tints of Geraldine #E67A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.81%

R = 49.78%
G = 26.41%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E67A6E (or 0xE67A6E) is known color: Geraldine. HEX triplet: E6, 7A and 6E. RGB value is (230,122,110). Sum of RGB (Red+Green+Blue) = 230+122+110=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A6E is #198591. Grayscale: #999999. Windows color (decimal): -1672594 or 7240422. OLE color: 7240422.

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

Color convert

RGB 230 122 110 -
CMYK 0 0.47 0.52 0.10
HSL 0.71% 0.67% -
HSV(B) 0.52% 0.9% -
XYZ 42.41 31.87 18.67 -
YUV 152.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 230 122 110 0 0.47 0.52 0.10 6 0.71 0.67
Hex E6 7A 6E 0 2F 34 A 6 47 43
Octal 346 172 156 0 57 64 12 6 107 103
Binary 11100110 1111010 1101110 0 101111 110100 1010 110 1000111 1000011

Color Harmonies of #E67A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A6E

Black with #E67A6E

Text Example


Text Example

White with #E67A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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