Html Css Color HEX #ED829B Carissma

📋 copy color: '#ED829B'

red 237 ◦ green 130 ◦ blue 155

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

Shades of Carissma #ED829B

Tints of Carissma #ED829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.69%

R = 45.4%
G = 24.9%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED829B (or 0xED829B) is known color: Carissma. HEX triplet: ED, 82 and 9B. RGB value is (237,130,155). Sum of RGB (Red+Green+Blue) = 237+130+155=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED829B is #127D64. Grayscale: #A4A4A4. Windows color (decimal): -1211749 or 10191597. OLE color: 10191597.

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

Color convert

RGB 237 130 155 -
CMYK 0 0.45 0.35 0.07
HSL 345.98º 0.75% 0.72% -
HSV(B) 345.98º 0.45% 0.93% -
XYZ 48.82 36.34 35.45 -
YUV 164.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 237 130 155 0 0.45 0.35 0.07 345.98 0.75 0.72
Hex ED 82 9B 0 2D 23 7 15A 4B 48
Octal 355 202 233 0 55 43 7 532 113 110
Binary 11101101 10000010 10011011 0 101101 100011 111 101011010 1001011 1001000

Color Harmonies of #ED829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED829B

Black with #ED829B

Text Example


Text Example

White with #ED829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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