Html Css Color HEX #E67271 Geraldine

📋 copy color: '#E67271'

red 230 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #E67271

Tints of Geraldine #E67271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 50.33%
G = 24.95%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E67271 (or 0xE67271) is known color: Geraldine. HEX triplet: E6, 72 and 71. RGB value is (230,114,113). Sum of RGB (Red+Green+Blue) = 230+114+113=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E67271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67271 is #198D8E. Grayscale: #949494. Windows color (decimal): -1674639 or 7434982. OLE color: 7434982.

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

Color convert

RGB 230 114 113 -
CMYK 0 0.50 0.51 0.10
HSL 0.51º 0.7% 0.67% -
HSV(B) 0.51º 0.51% 0.9% -
XYZ 41.63 30.05 19.23 -
YUV 148.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 230 114 113 0 0.50 0.51 0.10 0.51 0.7 0.67
Hex E6 72 71 0 32 33 A 1 46 43
Octal 346 162 161 0 62 63 12 1 106 103
Binary 11100110 1110010 1110001 0 110010 110011 1010 1 1000110 1000011

Color Harmonies of #E67271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67271

Black with #E67271

Text Example


Text Example

White with #E67271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67271; }

 p { color: rgb(230,114,113); }

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

background-color css

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

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

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

border-color css

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

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

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