Html Css Color HEX #EB746A Geraldine

📋 copy color: '#EB746A'

red 235 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #EB746A

Tints of Geraldine #EB746A

RGB

 RED value IS 235 (92.19% from 255) = 51.42%

 GREEN value IS 116 (45.7% from 255) = 25.38%

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 51.42%
G = 25.38%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB746A (or 0xEB746A) is known color: Geraldine. HEX triplet: EB, 74 and 6A. RGB value is (235,116,106). Sum of RGB (Red+Green+Blue) = 235+116+106=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB746A is #148B95. Grayscale: #969696. Windows color (decimal): -1346454 or 6976747. OLE color: 6976747.

HSL color Cylindrical-coordinate representation of color #EB746A: hue angle of 4.65º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB746A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 106 -
CMYK 0 0.51 0.55 0.08
HSL 4.65º 0.76% 0.67% -
HSV(B) 4.65º 0.55% 0.92% -
XYZ 43.11 31.19 17.38 -
YUV 150.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 235 116 106 0 0.51 0.55 0.08 4.65 0.76 0.67
Hex EB 74 6A 0 33 37 8 5 4C 43
Octal 353 164 152 0 63 67 10 5 114 103
Binary 11101011 1110100 1101010 0 110011 110111 1000 101 1001100 1000011

Color Harmonies of #EB746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB746A

Black with #EB746A

Text Example


Text Example

White with #EB746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB746A; }

 p { color: rgb(235,116,106); }

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

background-color css

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

 a { background-color: rgb(235,116,106); }

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

border-color css

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

 span { border-color: rgb(235,116,106); }

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