Html Css Color HEX #ED716B Geraldine

📋 copy color: '#ED716B'

red 237 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #ED716B

Tints of Geraldine #ED716B

RGB

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

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

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

R = 51.86%
G = 24.73%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED716B (or 0xED716B) is known color: Geraldine. HEX triplet: ED, 71 and 6B. RGB value is (237,113,107). Sum of RGB (Red+Green+Blue) = 237+113+107=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED716B is #128E94. Grayscale: #959595. Windows color (decimal): -1216149 or 7041517. OLE color: 7041517.

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

Color convert

RGB 237 113 107 -
CMYK 0 0.52 0.55 0.07
HSL 2.77º 0.78% 0.67% -
HSV(B) 2.77º 0.55% 0.93% -
XYZ 43.48 30.88 17.58 -
YUV 149.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 237 113 107 0 0.52 0.55 0.07 2.77 0.78 0.67
Hex ED 71 6B 0 34 37 7 3 4E 43
Octal 355 161 153 0 64 67 7 3 116 103
Binary 11101101 1110001 1101011 0 110100 110111 111 11 1001110 1000011

Color Harmonies of #ED716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED716B

Black with #ED716B

Text Example


Text Example

White with #ED716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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