Html Css Color HEX #E6756F Geraldine

📋 copy color: '#E6756F'

red 230 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #E6756F

Tints of Geraldine #E6756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 50.22%
G = 25.55%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6756F (or 0xE6756F) is known color: Geraldine. HEX triplet: E6, 75 and 6F. RGB value is (230,117,111). Sum of RGB (Red+Green+Blue) = 230+117+111=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6756F is #198A90. Grayscale: #969696. Windows color (decimal): -1673873 or 7304678. OLE color: 7304678.

HSL color Cylindrical-coordinate representation of color #E6756F: hue angle of 3.03º degrees, saturation: 0.7, 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 #E6756F is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 111 -
CMYK 0 0.49 0.52 0.10
HSL 3.03º 0.7% 0.67% -
HSV(B) 3.03º 0.52% 0.9% -
XYZ 41.86 30.69 18.76 -
YUV 150.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 230 117 111 0 0.49 0.52 0.10 3.03 0.7 0.67
Hex E6 75 6F 0 31 34 A 3 46 43
Octal 346 165 157 0 61 64 12 3 106 103
Binary 11100110 1110101 1101111 0 110001 110100 1010 11 1000110 1000011

Color Harmonies of #E6756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6756F

Black with #E6756F

Text Example


Text Example

White with #E6756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6756F; }

 p { color: rgb(230,117,111); }

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

background-color css

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

 a { background-color: rgb(230,117,111); }

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

border-color css

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

 span { border-color: rgb(230,117,111); }

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