Html Css Color HEX #ED868E Carissma

📋 copy color: '#ED868E'

red 237 ◦ green 134 ◦ blue 142

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

Shades of Carissma #ED868E

Tints of Carissma #ED868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.12%

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 46.2%
G = 26.12%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED868E (or 0xED868E) is known color: Carissma. HEX triplet: ED, 86 and 8E. RGB value is (237,134,142). Sum of RGB (Red+Green+Blue) = 237+134+142=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED868E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED868E is #127971. Grayscale: #A5A5A5. Windows color (decimal): -1210738 or 9340653. OLE color: 9340653.

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

Color convert

RGB 237 134 142 -
CMYK 0 0.43 0.40 0.07
HSL 355.34º 0.74% 0.73% -
HSV(B) 355.34º 0.43% 0.93% -
XYZ 48.33 37.01 30.19 -
YUV 165.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 237 134 142 0 0.43 0.40 0.07 355.34 0.74 0.73
Hex ED 86 8E 0 2B 28 7 163 4A 49
Octal 355 206 216 0 53 50 7 543 112 111
Binary 11101101 10000110 10001110 0 101011 101000 111 101100011 1001010 1001001

Color Harmonies of #ED868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED868E

Black with #ED868E

Text Example


Text Example

White with #ED868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED868E; }

 p { color: rgb(237,134,142); }

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

background-color css

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

 a { background-color: rgb(237,134,142); }

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

border-color css

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

 span { border-color: rgb(237,134,142); }

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