Html Css Color HEX #ED7895 Carissma

📋 copy color: '#ED7895'

red 237 ◦ green 120 ◦ blue 149

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

Shades of Carissma #ED7895

Tints of Carissma #ED7895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 46.84%
G = 23.72%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED7895 (or 0xED7895) is known color: Carissma. HEX triplet: ED, 78 and 95. RGB value is (237,120,149). Sum of RGB (Red+Green+Blue) = 237+120+149=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7895 is #12876A. Grayscale: #9E9E9E. Windows color (decimal): -1214315 or 9795821. OLE color: 9795821.

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

Color convert

RGB 237 120 149 -
CMYK 0 0.49 0.37 0.07
HSL 345.13º 0.76% 0.7% -
HSV(B) 345.13º 0.49% 0.93% -
XYZ 47.07 33.61 32.44 -
YUV 158.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 237 120 149 0 0.49 0.37 0.07 345.13 0.76 0.7
Hex ED 78 95 0 31 25 7 159 4C 46
Octal 355 170 225 0 61 45 7 531 114 106
Binary 11101101 1111000 10010101 0 110001 100101 111 101011001 1001100 1000110

Color Harmonies of #ED7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7895

Black with #ED7895

Text Example


Text Example

White with #ED7895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7895; }

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

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

background-color css

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

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

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

border-color css

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

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

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