Html Css Color HEX #E67F75 Geraldine

📋 copy color: '#E67F75'

red 230 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #E67F75

Tints of Geraldine #E67F75

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 48.52%
G = 26.79%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E67F75 (or 0xE67F75) is known color: Geraldine. HEX triplet: E6, 7F and 75. RGB value is (230,127,117). Sum of RGB (Red+Green+Blue) = 230+127+117=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F75 is #19808A. Grayscale: #9C9C9C. Windows color (decimal): -1671307 or 7700454. OLE color: 7700454.

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

Color convert

RGB 230 127 117 -
CMYK 0 0.45 0.49 0.10
HSL 5.31º 0.69% 0.68% -
HSV(B) 5.31º 0.49% 0.9% -
XYZ 43.43 33.29 20.97 -
YUV 156.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 230 127 117 0 0.45 0.49 0.10 5.31 0.69 0.68
Hex E6 7F 75 0 2D 31 A 5 45 44
Octal 346 177 165 0 55 61 12 5 105 104
Binary 11100110 1111111 1110101 0 101101 110001 1010 101 1000101 1000100

Color Harmonies of #E67F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67F75

Black with #E67F75

Text Example


Text Example

White with #E67F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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