Html Css Color HEX #E3827A Geraldine

📋 copy color: '#E3827A'

red 227 ◦ green 130 ◦ blue 122

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

Shades of Geraldine #E3827A

Tints of Geraldine #E3827A

RGB

 RED value IS 227 (89.06% from 255) = 47.39%

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 47.39%
G = 27.14%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3827A (or 0xE3827A) is known color: Geraldine. HEX triplet: E3, 82 and 7A. RGB value is (227,130,122). Sum of RGB (Red+Green+Blue) = 227+130+122=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E3827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3827A is #1C7D85. Grayscale: #9E9E9E. Windows color (decimal): -1867142 or 8028899. OLE color: 8028899.

HSL color Cylindrical-coordinate representation of color #E3827A: hue angle of 4.57º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3827A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 122 -
CMYK 0 0.43 0.46 0.11
HSL 4.57º 0.65% 0.68% -
HSV(B) 4.57º 0.46% 0.89% -
XYZ 43.17 33.7 22.64 -
YUV 158.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 227 130 122 0 0.43 0.46 0.11 4.57 0.65 0.68
Hex E3 82 7A 0 2B 2E B 5 41 44
Octal 343 202 172 0 53 56 13 5 101 104
Binary 11100011 10000010 1111010 0 101011 101110 1011 101 1000001 1000100

Color Harmonies of #E3827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3827A

Black with #E3827A

Text Example


Text Example

White with #E3827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3827A; }

 p { color: rgb(227,130,122); }

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

background-color css

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

 a { background-color: rgb(227,130,122); }

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

border-color css

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

 span { border-color: rgb(227,130,122); }

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