Html Css Color HEX #ED7E89 Carissma

📋 copy color: '#ED7E89'

red 237 ◦ green 126 ◦ blue 137

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

Shades of Carissma #ED7E89

Tints of Carissma #ED7E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 137 (53.91% from 255) = 27.4%

R = 47.4%
G = 25.2%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED7E89 (or 0xED7E89) is known color: Carissma. HEX triplet: ED, 7E and 89. RGB value is (237,126,137). Sum of RGB (Red+Green+Blue) = 237+126+137=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E89 is #128176. Grayscale: #A0A0A0. Windows color (decimal): -1212791 or 9010925. OLE color: 9010925.

HSL color Cylindrical-coordinate representation of color #ED7E89: hue angle of 354.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7E89 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 126 137 -
CMYK 0 0.47 0.42 0.07
HSL 354.05º 0.76% 0.71% -
HSV(B) 354.05º 0.47% 0.93% -
XYZ 46.9 34.73 27.9 -
YUV 160.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 237 126 137 0 0.47 0.42 0.07 354.05 0.76 0.71
Hex ED 7E 89 0 2F 2A 7 162 4C 47
Octal 355 176 211 0 57 52 7 542 114 107
Binary 11101101 1111110 10001001 0 101111 101010 111 101100010 1001100 1000111

Color Harmonies of #ED7E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E89

Black with #ED7E89

Text Example


Text Example

White with #ED7E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E89; }

 p { color: rgb(237,126,137); }

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

background-color css

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

 a { background-color: rgb(237,126,137); }

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

border-color css

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

 span { border-color: rgb(237,126,137); }

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