Html Css Color HEX #ED746B Geraldine

📋 copy color: '#ED746B'

red 237 ◦ green 116 ◦ blue 107

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

Shades of Geraldine #ED746B

Tints of Geraldine #ED746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 51.52%
G = 25.22%
B = 23.26%

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

#ED746B (or 0xED746B) is known color: Geraldine. HEX triplet: ED, 74 and 6B. RGB value is (237,116,107). Sum of RGB (Red+Green+Blue) = 237+116+107=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED746B is #128B94. Grayscale: #979797. Windows color (decimal): -1215381 or 7042285. OLE color: 7042285.

HSL color Cylindrical-coordinate representation of color #ED746B: hue angle of 4.15º 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 #ED746B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 107 -
CMYK 0 0.51 0.55 0.07
HSL 4.15º 0.78% 0.67% -
HSV(B) 4.15º 0.55% 0.93% -
XYZ 43.82 31.56 17.69 -
YUV 151.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 237 116 107 0 0.51 0.55 0.07 4.15 0.78 0.67
Hex ED 74 6B 0 33 37 7 4 4E 43
Octal 355 164 153 0 63 67 7 4 116 103
Binary 11101101 1110100 1101011 0 110011 110111 111 100 1001110 1000011

Color Harmonies of #ED746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED746B

Black with #ED746B

Text Example


Text Example

White with #ED746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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