Html Css Color HEX #ED746A Geraldine

📋 copy color: '#ED746A'

red 237 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #ED746A

Tints of Geraldine #ED746A

RGB

 RED value IS 237 (92.97% from 255) = 51.63%

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

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

R = 51.63%
G = 25.27%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED746A (or 0xED746A) is known color: Geraldine. HEX triplet: ED, 74 and 6A. RGB value is (237,116,106). Sum of RGB (Red+Green+Blue) = 237+116+106=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED746A is #128B95. Grayscale: #979797. Windows color (decimal): -1215382 or 6976749. OLE color: 6976749.

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

Color convert

RGB 237 116 106 -
CMYK 0 0.51 0.55 0.07
HSL 4.58º 0.78% 0.67% -
HSV(B) 4.58º 0.55% 0.93% -
XYZ 43.77 31.54 17.42 -
YUV 151.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 237 116 106 0 0.51 0.55 0.07 4.58 0.78 0.67
Hex ED 74 6A 0 33 37 7 5 4E 43
Octal 355 164 152 0 63 67 7 5 116 103
Binary 11101101 1110100 1101010 0 110011 110111 111 101 1001110 1000011

Color Harmonies of #ED746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED746A

Black with #ED746A

Text Example


Text Example

White with #ED746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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