Html Css Color HEX #E67D7D Geraldine

📋 copy color: '#E67D7D'

red 230 ◦ green 125 ◦ blue 125

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

Shades of Geraldine #E67D7D

Tints of Geraldine #E67D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 47.92%
G = 26.04%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E67D7D (or 0xE67D7D) is known color: Geraldine. HEX triplet: E6, 7D and 7D. RGB value is (230,125,125). Sum of RGB (Red+Green+Blue) = 230+125+125=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D7D is #198282. Grayscale: #9C9C9C. Windows color (decimal): -1671811 or 8224230. OLE color: 8224230.

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

Color convert

RGB 230 125 125 -
CMYK 0 0.46 0.46 0.10
HSL 0.68% 0.7% -
HSV(B) 0.46% 0.9% -
XYZ 43.67 32.97 23.46 -
YUV 156.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 230 125 125 0 0.46 0.46 0.10 0 0.68 0.7
Hex E6 7D 7D 0 2E 2E A 0 44 46
Octal 346 175 175 0 56 56 12 0 104 106
Binary 11100110 1111101 1111101 0 101110 101110 1010 0 1000100 1000110

Color Harmonies of #E67D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D7D

Black with #E67D7D

Text Example


Text Example

White with #E67D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D7D; }

 p { color: rgb(230,125,125); }

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

background-color css

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

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

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

border-color css

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

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

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