Html Css Color HEX #ED828D Carissma

📋 copy color: '#ED828D'

red 237 ◦ green 130 ◦ blue 141

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

Shades of Carissma #ED828D

Tints of Carissma #ED828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 46.65%
G = 25.59%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED828D (or 0xED828D) is known color: Carissma. HEX triplet: ED, 82 and 8D. RGB value is (237,130,141). Sum of RGB (Red+Green+Blue) = 237+130+141=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828D is #127D72. Grayscale: #A3A3A3. Windows color (decimal): -1211763 or 9274093. OLE color: 9274093.

HSL color Cylindrical-coordinate representation of color #ED828D: hue angle of 353.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED828D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 141 -
CMYK 0 0.45 0.41 0.07
HSL 353.83º 0.75% 0.72% -
HSV(B) 353.83º 0.45% 0.93% -
XYZ 47.72 35.89 29.61 -
YUV 163.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 237 130 141 0 0.45 0.41 0.07 353.83 0.75 0.72
Hex ED 82 8D 0 2D 29 7 162 4B 48
Octal 355 202 215 0 55 51 7 542 113 110
Binary 11101101 10000010 10001101 0 101101 101001 111 101100010 1001011 1001000

Color Harmonies of #ED828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED828D

Black with #ED828D

Text Example


Text Example

White with #ED828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED828D; }

 p { color: rgb(237,130,141); }

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

background-color css

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

 a { background-color: rgb(237,130,141); }

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

border-color css

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

 span { border-color: rgb(237,130,141); }

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