Html Css Color HEX #ED7992 Carissma

📋 copy color: '#ED7992'

red 237 ◦ green 121 ◦ blue 146

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

Shades of Carissma #ED7992

Tints of Carissma #ED7992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 47.02%
G = 24.01%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7992 (or 0xED7992) is known color: Carissma. HEX triplet: ED, 79 and 92. RGB value is (237,121,146). Sum of RGB (Red+Green+Blue) = 237+121+146=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7992 is #12866D. Grayscale: #9E9E9E. Windows color (decimal): -1214062 or 9599469. OLE color: 9599469.

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

Color convert

RGB 237 121 146 -
CMYK 0 0.49 0.38 0.07
HSL 347.07º 0.76% 0.7% -
HSV(B) 347.07º 0.49% 0.93% -
XYZ 46.95 33.75 31.23 -
YUV 158.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 237 121 146 0 0.49 0.38 0.07 347.07 0.76 0.7
Hex ED 79 92 0 31 26 7 15B 4C 46
Octal 355 171 222 0 61 46 7 533 114 106
Binary 11101101 1111001 10010010 0 110001 100110 111 101011011 1001100 1000110

Color Harmonies of #ED7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7992

Black with #ED7992

Text Example


Text Example

White with #ED7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7992; }

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

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

background-color css

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

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

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

border-color css

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

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

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