Html Css Color HEX #ED858D Carissma

📋 copy color: '#ED858D'

red 237 ◦ green 133 ◦ blue 141

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

Shades of Carissma #ED858D

Tints of Carissma #ED858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.03%

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

R = 46.38%
G = 26.03%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED858D (or 0xED858D) is known color: Carissma. HEX triplet: ED, 85 and 8D. RGB value is (237,133,141). Sum of RGB (Red+Green+Blue) = 237+133+141=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858D is #127A72. Grayscale: #A5A5A5. Windows color (decimal): -1210995 or 9274861. OLE color: 9274861.

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

Color convert

RGB 237 133 141 -
CMYK 0 0.44 0.41 0.07
HSL 355.38º 0.74% 0.73% -
HSV(B) 355.38º 0.44% 0.93% -
XYZ 48.12 36.7 29.75 -
YUV 165.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 237 133 141 0 0.44 0.41 0.07 355.38 0.74 0.73
Hex ED 85 8D 0 2C 29 7 163 4A 49
Octal 355 205 215 0 54 51 7 543 112 111
Binary 11101101 10000101 10001101 0 101100 101001 111 101100011 1001010 1001001

Color Harmonies of #ED858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED858D

Black with #ED858D

Text Example


Text Example

White with #ED858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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