Html Css Color HEX #ED7B6B Geraldine

📋 copy color: '#ED7B6B'

red 237 ◦ green 123 ◦ blue 107

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

Shades of Geraldine #ED7B6B

Tints of Geraldine #ED7B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

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

R = 50.75%
G = 26.34%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED7B6B (or 0xED7B6B) is known color: Geraldine. HEX triplet: ED, 7B and 6B. RGB value is (237,123,107). Sum of RGB (Red+Green+Blue) = 237+123+107=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B6B is #128494. Grayscale: #9B9B9B. Windows color (decimal): -1213589 or 7044077. OLE color: 7044077.

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

Color convert

RGB 237 123 107 -
CMYK 0 0.48 0.55 0.07
HSL 7.38º 0.78% 0.67% -
HSV(B) 7.38º 0.55% 0.93% -
XYZ 44.66 33.23 17.97 -
YUV 155.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 237 123 107 0 0.48 0.55 0.07 7.38 0.78 0.67
Hex ED 7B 6B 0 30 37 7 7 4E 43
Octal 355 173 153 0 60 67 7 7 116 103
Binary 11101101 1111011 1101011 0 110000 110111 111 111 1001110 1000011

Color Harmonies of #ED7B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B6B

Black with #ED7B6B

Text Example


Text Example

White with #ED7B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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