Html Css Color HEX #E6827B Geraldine

📋 copy color: '#E6827B'

red 230 ◦ green 130 ◦ blue 123

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

Shades of Geraldine #E6827B

Tints of Geraldine #E6827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 47.62%
G = 26.92%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6827B (or 0xE6827B) is known color: Geraldine. HEX triplet: E6, 82 and 7B. RGB value is (230,130,123). Sum of RGB (Red+Green+Blue) = 230+130+123=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6827B is #197D84. Grayscale: #9F9F9F. Windows color (decimal): -1670533 or 8094438. OLE color: 8094438.

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

Color convert

RGB 230 130 123 -
CMYK 0 0.43 0.47 0.10
HSL 3.93º 0.68% 0.69% -
HSV(B) 3.93º 0.47% 0.9% -
XYZ 44.19 34.22 23.01 -
YUV 159.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 230 130 123 0 0.43 0.47 0.10 3.93 0.68 0.69
Hex E6 82 7B 0 2B 2F A 4 44 45
Octal 346 202 173 0 53 57 12 4 104 105
Binary 11100110 10000010 1111011 0 101011 101111 1010 100 1000100 1000101

Color Harmonies of #E6827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6827B

Black with #E6827B

Text Example


Text Example

White with #E6827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6827B; }

 p { color: rgb(230,130,123); }

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

background-color css

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

 a { background-color: rgb(230,130,123); }

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

border-color css

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

 span { border-color: rgb(230,130,123); }

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