Html Css Color HEX #ED858B Carissma

📋 copy color: '#ED858B'

red 237 ◦ green 133 ◦ blue 139

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

Shades of Carissma #ED858B

Tints of Carissma #ED858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 46.56%
G = 26.13%
B = 27.31%

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

#ED858B (or 0xED858B) is known color: Carissma. HEX triplet: ED, 85 and 8B. RGB value is (237,133,139). Sum of RGB (Red+Green+Blue) = 237+133+139=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858B is #127A74. Grayscale: #A4A4A4. Windows color (decimal): -1210997 or 9143789. OLE color: 9143789.

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

Color convert

RGB 237 133 139 -
CMYK 0 0.44 0.41 0.07
HSL 356.54º 0.74% 0.73% -
HSV(B) 356.54º 0.44% 0.93% -
XYZ 47.97 36.64 28.97 -
YUV 164.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 237 133 139 0 0.44 0.41 0.07 356.54 0.74 0.73
Hex ED 85 8B 0 2C 29 7 165 4A 49
Octal 355 205 213 0 54 51 7 545 112 111
Binary 11101101 10000101 10001011 0 101100 101001 111 101100101 1001010 1001001

Color Harmonies of #ED858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED858B

Black with #ED858B

Text Example


Text Example

White with #ED858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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