Html Css Color HEX #ED858F Carissma

📋 copy color: '#ED858F'

red 237 ◦ green 133 ◦ blue 143

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

Shades of Carissma #ED858F

Tints of Carissma #ED858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 46.2%
G = 25.93%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED858F (or 0xED858F) is known color: Carissma. HEX triplet: ED, 85 and 8F. RGB value is (237,133,143). Sum of RGB (Red+Green+Blue) = 237+133+143=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858F is #127A70. Grayscale: #A5A5A5. Windows color (decimal): -1210993 or 9405933. OLE color: 9405933.

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

Color convert

RGB 237 133 143 -
CMYK 0 0.44 0.40 0.07
HSL 354.23º 0.74% 0.73% -
HSV(B) 354.23º 0.44% 0.93% -
XYZ 48.27 36.76 30.54 -
YUV 165.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 237 133 143 0 0.44 0.40 0.07 354.23 0.74 0.73
Hex ED 85 8F 0 2C 28 7 162 4A 49
Octal 355 205 217 0 54 50 7 542 112 111
Binary 11101101 10000101 10001111 0 101100 101000 111 101100010 1001010 1001001

Color Harmonies of #ED858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED858F

Black with #ED858F

Text Example


Text Example

White with #ED858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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