Html Css Color HEX #ED798A Carissma

📋 copy color: '#ED798A'

red 237 ◦ green 121 ◦ blue 138

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

Shades of Carissma #ED798A

Tints of Carissma #ED798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 47.78%
G = 24.4%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED798A (or 0xED798A) is known color: Carissma. HEX triplet: ED, 79 and 8A. RGB value is (237,121,138). Sum of RGB (Red+Green+Blue) = 237+121+138=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED798A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED798A is #128675. Grayscale: #9D9D9D. Windows color (decimal): -1214070 or 9075181. OLE color: 9075181.

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

Color convert

RGB 237 121 138 -
CMYK 0 0.49 0.42 0.07
HSL 351.21º 0.76% 0.7% -
HSV(B) 351.21º 0.49% 0.93% -
XYZ 46.35 33.51 28.07 -
YUV 157.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 237 121 138 0 0.49 0.42 0.07 351.21 0.76 0.7
Hex ED 79 8A 0 31 2A 7 15F 4C 46
Octal 355 171 212 0 61 52 7 537 114 106
Binary 11101101 1111001 10001010 0 110001 101010 111 101011111 1001100 1000110

Color Harmonies of #ED798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED798A

Black with #ED798A

Text Example


Text Example

White with #ED798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED798A; }

 p { color: rgb(237,121,138); }

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

background-color css

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

 a { background-color: rgb(237,121,138); }

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

border-color css

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

 span { border-color: rgb(237,121,138); }

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