Html Css Color HEX #ED7068 Geraldine

📋 copy color: '#ED7068'

red 237 ◦ green 112 ◦ blue 104

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

Shades of Geraldine #ED7068

Tints of Geraldine #ED7068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 52.32%
G = 24.72%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED7068 (or 0xED7068) is known color: Geraldine. HEX triplet: ED, 70 and 68. RGB value is (237,112,104). Sum of RGB (Red+Green+Blue) = 237+112+104=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7068 is #128F97. Grayscale: #949494. Windows color (decimal): -1216408 or 6844653. OLE color: 6844653.

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

Color convert

RGB 237 112 104 -
CMYK 0 0.53 0.56 0.07
HSL 3.61º 0.79% 0.67% -
HSV(B) 3.61º 0.56% 0.93% -
XYZ 43.22 30.59 16.72 -
YUV 148.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 237 112 104 0 0.53 0.56 0.07 3.61 0.79 0.67
Hex ED 70 68 0 35 38 7 4 4F 43
Octal 355 160 150 0 65 70 7 4 117 103
Binary 11101101 1110000 1101000 0 110101 111000 111 100 1001111 1000011

Color Harmonies of #ED7068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7068

Black with #ED7068

Text Example


Text Example

White with #ED7068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7068; }

 p { color: rgb(237,112,104); }

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

background-color css

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

 a { background-color: rgb(237,112,104); }

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

border-color css

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

 span { border-color: rgb(237,112,104); }

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