Html Css Color HEX #EB7B7B Geraldine

📋 copy color: '#EB7B7B'

red 235 ◦ green 123 ◦ blue 123

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

Shades of Geraldine #EB7B7B

Tints of Geraldine #EB7B7B

RGB

 RED value IS 235 (92.19% from 255) = 48.86%

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

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 48.86%
G = 25.57%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB7B7B (or 0xEB7B7B) is known color: Geraldine. HEX triplet: EB, 7B and 7B. RGB value is (235,123,123). Sum of RGB (Red+Green+Blue) = 235+123+123=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B7B is #148484. Grayscale: #9C9C9C. Windows color (decimal): -1344645 or 8092651. OLE color: 8092651.

HSL color Cylindrical-coordinate representation of color #EB7B7B: hue angle of 0º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7B7B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 123 -
CMYK 0 0.48 0.48 0.08
HSL 0.74% 0.7% -
HSV(B) 0.48% 0.92% -
XYZ 44.92 33.26 22.79 -
YUV 156.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 235 123 123 0 0.48 0.48 0.08 0 0.74 0.7
Hex EB 7B 7B 0 30 30 8 0 4A 46
Octal 353 173 173 0 60 60 10 0 112 106
Binary 11101011 1111011 1111011 0 110000 110000 1000 0 1001010 1000110

Color Harmonies of #EB7B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B7B

Black with #EB7B7B

Text Example


Text Example

White with #EB7B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B7B; }

 p { color: rgb(235,123,123); }

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

background-color css

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

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

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

border-color css

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

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

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