Html Css Color HEX #ED7890 Carissma

📋 copy color: '#ED7890'

red 237 ◦ green 120 ◦ blue 144

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

Shades of Carissma #ED7890

Tints of Carissma #ED7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.95%

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 47.31%
G = 23.95%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED7890 (or 0xED7890) is known color: Carissma. HEX triplet: ED, 78 and 90. RGB value is (237,120,144). Sum of RGB (Red+Green+Blue) = 237+120+144=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7890 is #12876F. Grayscale: #9D9D9D. Windows color (decimal): -1214320 or 9468141. OLE color: 9468141.

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

Color convert

RGB 237 120 144 -
CMYK 0 0.49 0.39 0.07
HSL 347.69º 0.76% 0.7% -
HSV(B) 347.69º 0.49% 0.93% -
XYZ 46.68 33.45 30.38 -
YUV 157.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 237 120 144 0 0.49 0.39 0.07 347.69 0.76 0.7
Hex ED 78 90 0 31 27 7 15C 4C 46
Octal 355 170 220 0 61 47 7 534 114 106
Binary 11101101 1111000 10010000 0 110001 100111 111 101011100 1001100 1000110

Color Harmonies of #ED7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7890

Black with #ED7890

Text Example


Text Example

White with #ED7890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7890; }

 p { color: rgb(237,120,144); }

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

background-color css

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

 a { background-color: rgb(237,120,144); }

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

border-color css

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

 span { border-color: rgb(237,120,144); }

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