Html Css Color HEX #ED828F Carissma

📋 copy color: '#ED828F'

red 237 ◦ green 130 ◦ blue 143

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

Shades of Carissma #ED828F

Tints of Carissma #ED828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

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

R = 46.47%
G = 25.49%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED828F (or 0xED828F) is known color: Carissma. HEX triplet: ED, 82 and 8F. RGB value is (237,130,143). Sum of RGB (Red+Green+Blue) = 237+130+143=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED828F is #127D70. Grayscale: #A3A3A3. Windows color (decimal): -1211761 or 9405165. OLE color: 9405165.

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

Color convert

RGB 237 130 143 -
CMYK 0 0.45 0.40 0.07
HSL 352.71º 0.75% 0.72% -
HSV(B) 352.71º 0.45% 0.93% -
XYZ 47.87 35.95 30.4 -
YUV 163.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 237 130 143 0 0.45 0.40 0.07 352.71 0.75 0.72
Hex ED 82 8F 0 2D 28 7 161 4B 48
Octal 355 202 217 0 55 50 7 541 113 110
Binary 11101101 10000010 10001111 0 101101 101000 111 101100001 1001011 1001000

Color Harmonies of #ED828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED828F

Black with #ED828F

Text Example


Text Example

White with #ED828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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