Html Css Color HEX #ED6B6A Geraldine

📋 copy color: '#ED6B6A'

red 237 ◦ green 107 ◦ blue 106

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

Shades of Geraldine #ED6B6A

Tints of Geraldine #ED6B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 52.67%
G = 23.78%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED6B6A (or 0xED6B6A) is known color: Geraldine. HEX triplet: ED, 6B and 6A. RGB value is (237,107,106). Sum of RGB (Red+Green+Blue) = 237+107+106=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6B6A is #129495. Grayscale: #919191. Windows color (decimal): -1217686 or 6974445. OLE color: 6974445.

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

Color convert

RGB 237 107 106 -
CMYK 0 0.55 0.55 0.07
HSL 0.46º 0.78% 0.67% -
HSV(B) 0.46º 0.55% 0.93% -
XYZ 42.78 29.56 17.09 -
YUV 145.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 237 107 106 0 0.55 0.55 0.07 0.46 0.78 0.67
Hex ED 6B 6A 0 37 37 7 0 4E 43
Octal 355 153 152 0 67 67 7 0 116 103
Binary 11101101 1101011 1101010 0 110111 110111 111 0 1001110 1000011

Color Harmonies of #ED6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6B6A

Black with #ED6B6A

Text Example


Text Example

White with #ED6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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