Html Css Color HEX #ED8690 Carissma

📋 copy color: '#ED8690'

red 237 ◦ green 134 ◦ blue 144

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

Shades of Carissma #ED8690

Tints of Carissma #ED8690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 46.02%
G = 26.02%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8690 (or 0xED8690) is known color: Carissma. HEX triplet: ED, 86 and 90. RGB value is (237,134,144). Sum of RGB (Red+Green+Blue) = 237+134+144=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8690 is #12796F. Grayscale: #A6A6A6. Windows color (decimal): -1210736 or 9471725. OLE color: 9471725.

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

Color convert

RGB 237 134 144 -
CMYK 0 0.43 0.39 0.07
HSL 354.17º 0.74% 0.73% -
HSV(B) 354.17º 0.43% 0.93% -
XYZ 48.48 37.07 30.99 -
YUV 165.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 237 134 144 0 0.43 0.39 0.07 354.17 0.74 0.73
Hex ED 86 90 0 2B 27 7 162 4A 49
Octal 355 206 220 0 53 47 7 542 112 111
Binary 11101101 10000110 10010000 0 101011 100111 111 101100010 1001010 1001001

Color Harmonies of #ED8690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8690

Black with #ED8690

Text Example


Text Example

White with #ED8690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8690; }

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

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

background-color css

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

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

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

border-color css

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

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

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