Html Css Color HEX #ED818D Carissma

📋 copy color: '#ED818D'

red 237 ◦ green 129 ◦ blue 141

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

Shades of Carissma #ED818D

Tints of Carissma #ED818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

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

R = 46.75%
G = 25.44%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED818D (or 0xED818D) is known color: Carissma. HEX triplet: ED, 81 and 8D. RGB value is (237,129,141). Sum of RGB (Red+Green+Blue) = 237+129+141=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818D is #127E72. Grayscale: #A2A2A2. Windows color (decimal): -1212019 or 9273837. OLE color: 9273837.

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

Color convert

RGB 237 129 141 -
CMYK 0 0.46 0.41 0.07
HSL 353.33º 0.75% 0.72% -
HSV(B) 353.33º 0.46% 0.93% -
XYZ 47.58 35.63 29.57 -
YUV 162.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 237 129 141 0 0.46 0.41 0.07 353.33 0.75 0.72
Hex ED 81 8D 0 2E 29 7 161 4B 48
Octal 355 201 215 0 56 51 7 541 113 110
Binary 11101101 10000001 10001101 0 101110 101001 111 101100001 1001011 1001000

Color Harmonies of #ED818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED818D

Black with #ED818D

Text Example


Text Example

White with #ED818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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