Html Css Color HEX #ED818F Carissma

📋 copy color: '#ED818F'

red 237 ◦ green 129 ◦ blue 143

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

Shades of Carissma #ED818F

Tints of Carissma #ED818F

RGB

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

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

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

R = 46.56%
G = 25.34%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED818F (or 0xED818F) is known color: Carissma. HEX triplet: ED, 81 and 8F. RGB value is (237,129,143). Sum of RGB (Red+Green+Blue) = 237+129+143=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818F is #127E70. Grayscale: #A2A2A2. Windows color (decimal): -1212017 or 9404909. OLE color: 9404909.

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

Color convert

RGB 237 129 143 -
CMYK 0 0.46 0.40 0.07
HSL 352.22º 0.75% 0.72% -
HSV(B) 352.22º 0.46% 0.93% -
XYZ 47.73 35.69 30.36 -
YUV 162.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 237 129 143 0 0.46 0.40 0.07 352.22 0.75 0.72
Hex ED 81 8F 0 2E 28 7 160 4B 48
Octal 355 201 217 0 56 50 7 540 113 110
Binary 11101101 10000001 10001111 0 101110 101000 111 101100000 1001011 1001000

Color Harmonies of #ED818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED818F

Black with #ED818F

Text Example


Text Example

White with #ED818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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