Html Css Color HEX #ED7069 Geraldine

📋 copy color: '#ED7069'

red 237 ◦ green 112 ◦ blue 105

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

Shades of Geraldine #ED7069

Tints of Geraldine #ED7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.13%

R = 52.2%
G = 24.67%
B = 23.13%

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

#ED7069 (or 0xED7069) is known color: Geraldine. HEX triplet: ED, 70 and 69. RGB value is (237,112,105). Sum of RGB (Red+Green+Blue) = 237+112+105=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7069 is #128F96. Grayscale: #949494. Windows color (decimal): -1216407 or 6910189. OLE color: 6910189.

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

Color convert

RGB 237 112 105 -
CMYK 0 0.53 0.56 0.07
HSL 3.18º 0.79% 0.67% -
HSV(B) 3.18º 0.56% 0.93% -
XYZ 43.27 30.61 16.99 -
YUV 148.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 237 112 105 0 0.53 0.56 0.07 3.18 0.79 0.67
Hex ED 70 69 0 35 38 7 3 4F 43
Octal 355 160 151 0 65 70 7 3 117 103
Binary 11101101 1110000 1101001 0 110101 111000 111 11 1001111 1000011

Color Harmonies of #ED7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7069

Black with #ED7069

Text Example


Text Example

White with #ED7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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