Html Css Color HEX #ED838D Carissma

📋 copy color: '#ED838D'

red 237 ◦ green 131 ◦ blue 141

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

Shades of Carissma #ED838D

Tints of Carissma #ED838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

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

R = 46.56%
G = 25.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED838D (or 0xED838D) is known color: Carissma. HEX triplet: ED, 83 and 8D. RGB value is (237,131,141). Sum of RGB (Red+Green+Blue) = 237+131+141=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED838D is #127C72. Grayscale: #A3A3A3. Windows color (decimal): -1211507 or 9274349. OLE color: 9274349.

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

Color convert

RGB 237 131 141 -
CMYK 0 0.45 0.41 0.07
HSL 354.34º 0.75% 0.72% -
HSV(B) 354.34º 0.45% 0.93% -
XYZ 47.85 36.16 29.66 -
YUV 163.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 237 131 141 0 0.45 0.41 0.07 354.34 0.75 0.72
Hex ED 83 8D 0 2D 29 7 162 4B 48
Octal 355 203 215 0 55 51 7 542 113 110
Binary 11101101 10000011 10001101 0 101101 101001 111 101100010 1001011 1001000

Color Harmonies of #ED838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED838D

Black with #ED838D

Text Example


Text Example

White with #ED838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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