Html Css Color HEX #ED7467 Geraldine

📋 copy color: '#ED7467'

red 237 ◦ green 116 ◦ blue 103

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

Shades of Geraldine #ED7467

Tints of Geraldine #ED7467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.59%

R = 51.97%
G = 25.44%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7467 (or 0xED7467) is known color: Geraldine. HEX triplet: ED, 74 and 67. RGB value is (237,116,103). Sum of RGB (Red+Green+Blue) = 237+116+103=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7467 is #128B98. Grayscale: #969696. Windows color (decimal): -1215385 or 6780141. OLE color: 6780141.

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

Color convert

RGB 237 116 103 -
CMYK 0 0.51 0.57 0.07
HSL 5.82º 0.79% 0.67% -
HSV(B) 5.82º 0.57% 0.93% -
XYZ 43.62 31.47 16.61 -
YUV 150.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 237 116 103 0 0.51 0.57 0.07 5.82 0.79 0.67
Hex ED 74 67 0 33 39 7 6 4F 43
Octal 355 164 147 0 63 71 7 6 117 103
Binary 11101101 1110100 1100111 0 110011 111001 111 110 1001111 1000011

Color Harmonies of #ED7467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7467

Black with #ED7467

Text Example


Text Example

White with #ED7467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7467; }

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

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

background-color css

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

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

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

border-color css

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

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

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